Title: [157450] trunk/Source/WebCore
Revision
157450
Author
[email protected]
Date
2013-10-15 09:39:46 -0700 (Tue, 15 Oct 2013)

Log Message

[WinCairo] Build fails.
https://bugs.webkit.org/show_bug.cgi?id=122830

Patch by [email protected] <[email protected]> on 2013-10-15
Reviewed by Brent Fulgham.

* platform/network/NetworkStorageSessionStub.cpp:
(WebCore::NetworkStorageSession::createPrivateBrowsingSession): Update to new return type.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (157449 => 157450)


--- trunk/Source/WebCore/ChangeLog	2013-10-15 13:02:14 UTC (rev 157449)
+++ trunk/Source/WebCore/ChangeLog	2013-10-15 16:39:46 UTC (rev 157450)
@@ -1,3 +1,13 @@
+2013-10-15  [email protected]  <[email protected]>
+
+        [WinCairo] Build fails.
+        https://bugs.webkit.org/show_bug.cgi?id=122830
+
+        Reviewed by Brent Fulgham.
+
+        * platform/network/NetworkStorageSessionStub.cpp:
+        (WebCore::NetworkStorageSession::createPrivateBrowsingSession): Update to new return type.
+
 2013-10-15  Andreas Kling  <[email protected]>
 
         FileIconLoader should not be ref-counted.

Modified: trunk/Source/WebCore/platform/network/NetworkStorageSessionStub.cpp (157449 => 157450)


--- trunk/Source/WebCore/platform/network/NetworkStorageSessionStub.cpp	2013-10-15 13:02:14 UTC (rev 157449)
+++ trunk/Source/WebCore/platform/network/NetworkStorageSessionStub.cpp	2013-10-15 16:39:46 UTC (rev 157450)
@@ -45,7 +45,7 @@
     return m_context.get();
 }
 
-PassOwnPtr<NetworkStorageSession> NetworkStorageSession::createPrivateBrowsingSession(const String&)
+std::unique_ptr<NetworkStorageSession> NetworkStorageSession::createPrivateBrowsingSession(const String&)
 {
     ASSERT_NOT_REACHED();
     return nullptr;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to