Title: [198197] trunk/Source/WebCore
Revision
198197
Author
[email protected]
Date
2016-03-14 22:32:45 -0700 (Mon, 14 Mar 2016)

Log Message

Fix WinCairo build after r198195.

* platform/network/NetworkingContext.h:
curl networking now uses NetworkingContext::storageSession.  That's everybody!

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (198196 => 198197)


--- trunk/Source/WebCore/ChangeLog	2016-03-15 05:02:28 UTC (rev 198196)
+++ trunk/Source/WebCore/ChangeLog	2016-03-15 05:32:45 UTC (rev 198197)
@@ -1,3 +1,10 @@
+2016-03-14  Alex Christensen  <[email protected]>
+
+        Fix WinCairo build after r198195.
+
+        * platform/network/NetworkingContext.h:
+        curl networking now uses NetworkingContext::storageSession.  That's everybody!
+
 2016-03-14  Per Arne Vollan  <[email protected]>
 
         [WinCairo] Compile fix.

Modified: trunk/Source/WebCore/platform/network/NetworkingContext.h (198196 => 198197)


--- trunk/Source/WebCore/platform/network/NetworkingContext.h	2016-03-15 05:02:28 UTC (rev 198196)
+++ trunk/Source/WebCore/platform/network/NetworkingContext.h	2016-03-15 05:32:45 UTC (rev 198197)
@@ -58,9 +58,7 @@
 
     virtual String sourceApplicationIdentifier() const { return emptyString(); }
 
-#if PLATFORM(COCOA) || USE(CFNETWORK) || USE(SOUP)
     virtual NetworkStorageSession& storageSession() const = 0;
-#endif
 
 #if PLATFORM(WIN)
     virtual ResourceError blockedError(const ResourceRequest&) const = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to