Title: [98760] branches/safari-534.52-branch/Source/WebCore
Revision
98760
Author
lforsch...@apple.com
Date
2011-10-28 14:00:30 -0700 (Fri, 28 Oct 2011)

Log Message

Rollout 98610.

Modified Paths


Diff

Modified: branches/safari-534.52-branch/Source/WebCore/ChangeLog (98759 => 98760)


--- branches/safari-534.52-branch/Source/WebCore/ChangeLog	2011-10-28 20:51:52 UTC (rev 98759)
+++ branches/safari-534.52-branch/Source/WebCore/ChangeLog	2011-10-28 21:00:30 UTC (rev 98760)
@@ -1,20 +1,5 @@
 2011-10-27  Lucas Forschler  <lforsch...@apple.com>
 
-    Merge 98530
-
-    2011-10-26  Steve Falkenburg  <sfal...@apple.com>
-
-            ResourceError doesn't support custom domains on Windows
-            https://bugs.webkit.org/show_bug.cgi?id=70983
-            <rdar://problem/10352145>
-
-            Reviewed by Oliver Hunt.
-
-            * platform/network/cf/ResourceErrorCF.cpp:
-            (WebCore::ResourceError::platformLazyInit): Add fallback case for unknown error types.
-
-2011-10-27  Lucas Forschler  <lforsch...@apple.com>
-
     Merge 98503
 
     2011-10-25  Alexey Proskuryakov  <a...@apple.com>

Modified: branches/safari-534.52-branch/Source/WebCore/platform/network/cf/ResourceErrorCF.cpp (98759 => 98760)


--- branches/safari-534.52-branch/Source/WebCore/platform/network/cf/ResourceErrorCF.cpp	2011-10-28 20:51:52 UTC (rev 98759)
+++ branches/safari-534.52-branch/Source/WebCore/platform/network/cf/ResourceErrorCF.cpp	2011-10-28 21:00:30 UTC (rev 98760)
@@ -84,8 +84,6 @@
         m_domain = "NSOSStatusErrorDomain";
     else if (domain == kCFErrorDomainWinSock)
         m_domain = "kCFErrorDomainWinSock";
-    else
-        m_domain = domain;
 
     m_errorCode = CFErrorGetCode(m_platformError.get());
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to