Title: [132630] trunk/Source/WebCore
- Revision
- 132630
- Author
- dominik.rottsc...@intel.com
- Date
- 2012-10-26 05:24:15 -0700 (Fri, 26 Oct 2012)
Log 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....@gmail.com> on 2012-10-26
* platform/network/cf/ResourceErrorCF.cpp:
(WebCore::ResourceError::ResourceError):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (132629 => 132630)
--- trunk/Source/WebCore/ChangeLog 2012-10-26 12:19:46 UTC (rev 132629)
+++ trunk/Source/WebCore/ChangeLog 2012-10-26 12:24:15 UTC (rev 132630)
@@ -1,3 +1,15 @@
+2012-10-26 Sheriff Bot <webkit.review....@gmail.com>
+
+ 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).
+
+ * platform/network/cf/ResourceErrorCF.cpp:
+ (WebCore::ResourceError::ResourceError):
+
2012-10-26 Zeno Albisser <z...@webkit.org>
[Qt] Temporarily disable use of QXcbNativeInterface in GraphicsSurfaceGLX.
Modified: trunk/Source/WebCore/platform/network/cf/ResourceErrorCF.cpp (132629 => 132630)
--- trunk/Source/WebCore/platform/network/cf/ResourceErrorCF.cpp 2012-10-26 12:19:46 UTC (rev 132629)
+++ trunk/Source/WebCore/platform/network/cf/ResourceErrorCF.cpp 2012-10-26 12:24:15 UTC (rev 132630)
@@ -45,8 +45,6 @@
, m_platformError(cfError)
{
m_isNull = !cfError;
- if (!m_isNull)
- m_isTimeout = CFErrorGetCode(m_platformError.get()) == kCFURLErrorTimedOut;
}
#if PLATFORM(WIN)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes