Title: [221038] trunk/Source/WebKitLegacy/win
- Revision
- 221038
- Author
- [email protected]
- Date
- 2017-08-22 13:19:31 -0700 (Tue, 22 Aug 2017)
Log Message
Unreviewed build fix after r221017.
Correct copy/paste error.
* WebCoreSupport/WebPlatformStrategies.cpp:
(WebPlatformStrategies::cookiesForDOM):
Modified Paths
Diff
Modified: trunk/Source/WebKitLegacy/win/ChangeLog (221037 => 221038)
--- trunk/Source/WebKitLegacy/win/ChangeLog 2017-08-22 20:13:54 UTC (rev 221037)
+++ trunk/Source/WebKitLegacy/win/ChangeLog 2017-08-22 20:19:31 UTC (rev 221038)
@@ -2,7 +2,16 @@
Unreviewed build fix after r221017.
+ Correct copy/paste error.
+
* WebCoreSupport/WebPlatformStrategies.cpp:
+ (WebPlatformStrategies::cookiesForDOM):
+
+2017-08-22 Brent Fulgham <[email protected]>
+
+ Unreviewed build fix after r221017.
+
+ * WebCoreSupport/WebPlatformStrategies.cpp:
(WebPlatformStrategies::cookiesForDOM): Update for new signature.
* WebCoreSupport/WebPlatformStrategies.h:
Modified: trunk/Source/WebKitLegacy/win/WebCoreSupport/WebPlatformStrategies.cpp (221037 => 221038)
--- trunk/Source/WebKitLegacy/win/WebCoreSupport/WebPlatformStrategies.cpp 2017-08-22 20:13:54 UTC (rev 221037)
+++ trunk/Source/WebKitLegacy/win/WebCoreSupport/WebPlatformStrategies.cpp 2017-08-22 20:19:31 UTC (rev 221038)
@@ -70,7 +70,7 @@
return new BlobRegistryImpl;
}
-std::pair<String, bool> WebPlatformStrategies::cookiesForDOM(const WebCore::NetworkStorageSession&, const WebCore::URL& firstParty, const WebCore::URL&, WebCore::IncludeSecureCookies includeSecureCookies) override
+std::pair<String, bool> WebPlatformStrategies::cookiesForDOM(const WebCore::NetworkStorageSession& session, const WebCore::URL& firstParty, const WebCore::URL& url, WebCore::IncludeSecureCookies includeSecureCookies)
{
return WebCore::cookiesForDOM(session, firstParty, url, includeSecureCookies);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes