Title: [154893] trunk/Source/WebCore
Revision
154893
Author
[email protected]
Date
2013-08-30 10:43:46 -0700 (Fri, 30 Aug 2013)

Log Message

Unreviewed, rolling out r154891.
http://trac.webkit.org/changeset/154891
https://bugs.webkit.org/show_bug.cgi?id=120539

broke the mac build (Requested by Ossy on #webkit).

Patch by Commit Queue <[email protected]> on 2013-08-30

* platform/network/SynchronousLoaderClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (154892 => 154893)


--- trunk/Source/WebCore/ChangeLog	2013-08-30 17:02:48 UTC (rev 154892)
+++ trunk/Source/WebCore/ChangeLog	2013-08-30 17:43:46 UTC (rev 154893)
@@ -1,3 +1,13 @@
+2013-08-30  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r154891.
+        http://trac.webkit.org/changeset/154891
+        https://bugs.webkit.org/show_bug.cgi?id=120539
+
+        broke the mac build (Requested by Ossy on #webkit).
+
+        * platform/network/SynchronousLoaderClient.h:
+
 2013-08-30  Csaba Osztrogonác  <[email protected]>
 
         Add USE(CFNETWORK) guard to SynchronousLoaderClient::didReceiveAuthenticationChallengedidReceiveAuthenticationChallenge()

Modified: trunk/Source/WebCore/platform/network/SynchronousLoaderClient.h (154892 => 154893)


--- trunk/Source/WebCore/platform/network/SynchronousLoaderClient.h	2013-08-30 17:02:48 UTC (rev 154892)
+++ trunk/Source/WebCore/platform/network/SynchronousLoaderClient.h	2013-08-30 17:43:46 UTC (rev 154893)
@@ -58,9 +58,7 @@
 
     virtual void willSendRequest(ResourceHandle*, ResourceRequest&, const ResourceResponse& /*redirectResponse*/) OVERRIDE;
     virtual bool shouldUseCredentialStorage(ResourceHandle*) OVERRIDE;
-#if USE(CFNETWORK)
     virtual void didReceiveAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge&) OVERRIDE;
-#endif
     virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse&) OVERRIDE;
     virtual void didReceiveData(ResourceHandle*, const char*, int, int /*encodedDataLength*/) OVERRIDE;
     virtual void didFinishLoading(ResourceHandle*, double /*finishTime*/) OVERRIDE;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to