Changeset 132630 in webkit


Ignore:
Timestamp:
Oct 26, 2012 5:24:15 AM (11 years ago)
Author:
dominik.rottsches@intel.com
Message:

Unreviewed, rolling out r132493.
http://trac.webkit.org/changeset/132493
https://bugs.webkit.org/show_bug.cgi?id=100509

It didn't fix the tests on the bot as we had hoped. (Requested
by drott on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-10-26

  • platform/network/cf/ResourceErrorCF.cpp:

(WebCore::ResourceError::ResourceError):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r132629 r132630  
     12012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r132493.
     4        http://trac.webkit.org/changeset/132493
     5        https://bugs.webkit.org/show_bug.cgi?id=100509
     6
     7        It didn't fix the tests on the bot as we had hoped. (Requested
     8        by drott on #webkit).
     9
     10        * platform/network/cf/ResourceErrorCF.cpp:
     11        (WebCore::ResourceError::ResourceError):
     12
    1132012-10-26  Zeno Albisser  <zeno@webkit.org>
    214
  • trunk/Source/WebCore/platform/network/cf/ResourceErrorCF.cpp

    r132493 r132630  
    4646{
    4747    m_isNull = !cfError;
    48     if (!m_isNull)
    49         m_isTimeout = CFErrorGetCode(m_platformError.get()) == kCFURLErrorTimedOut;
    5048}
    5149
Note: See TracChangeset for help on using the changeset viewer.