Correct copy/paste error.
* WebCoreSupport/WebPlatformStrategies.cpp:
(WebPlatformStrategies::cookiesForDOM):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@221038
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-08-22 Brent Fulgham <bfulgham@apple.com>
+
+ Unreviewed build fix after r221017.
+
+ Correct copy/paste error.
+
+ * WebCoreSupport/WebPlatformStrategies.cpp:
+ (WebPlatformStrategies::cookiesForDOM):
+
2017-08-22 Brent Fulgham <bfulgham@apple.com>
Unreviewed build fix after r221017.
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);
}