Title: [201968] trunk/Source/WebCore
Revision
201968
Author
[email protected]
Date
2016-06-11 04:20:23 -0700 (Sat, 11 Jun 2016)

Log Message

Build fix.

* platform/network/cf/NetworkStorageSessionCFNet.cpp:
(WebCore::NetworkStorageSession::switchToNewTestingSession):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (201967 => 201968)


--- trunk/Source/WebCore/ChangeLog	2016-06-11 11:09:54 UTC (rev 201967)
+++ trunk/Source/WebCore/ChangeLog	2016-06-11 11:20:23 UTC (rev 201968)
@@ -1,3 +1,10 @@
+2016-06-11  Antti Koivisto  <[email protected]>
+
+        Build fix.
+
+        * platform/network/cf/NetworkStorageSessionCFNet.cpp:
+        (WebCore::NetworkStorageSession::switchToNewTestingSession):
+
 2016-06-10  Antti Koivisto  <[email protected]>
 
         Vary:Cookie validation doesn't work in private browsing

Modified: trunk/Source/WebCore/platform/network/cf/NetworkStorageSessionCFNet.cpp (201967 => 201968)


--- trunk/Source/WebCore/platform/network/cf/NetworkStorageSessionCFNet.cpp	2016-06-11 11:09:54 UTC (rev 201967)
+++ trunk/Source/WebCore/platform/network/cf/NetworkStorageSessionCFNet.cpp	2016-06-11 11:20:23 UTC (rev 201968)
@@ -54,7 +54,7 @@
 #if PLATFORM(COCOA)
     replaceDefaultSession(std::make_unique<NetworkStorageSession>(SessionID::defaultSessionID(), adoptCF(wkCreatePrivateStorageSession(sessionName.createCFString().get()))));
 #else
-    replaceDefaultSession(std::make_unique<NetworkStorageSession>(SessionID::defaultSessionID(), adoptCF(wkCreatePrivateStorageSession(sessionName.createCFString().get(), defaultNetworkStorageSession()->platformSession()))));
+    replaceDefaultSession(std::make_unique<NetworkStorageSession>(SessionID::defaultSessionID(), adoptCF(wkCreatePrivateStorageSession(sessionName.createCFString().get(), defaultStorageSession().platformSession()))));
 #endif
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to