Title: [230946] trunk/Source/WebCore
- Revision
- 230946
- Author
- [email protected]
- Date
- 2018-04-24 00:47:14 -0700 (Tue, 24 Apr 2018)
Log Message
Attempt to fix the Mac and iOS build following r230944
(https://bugs.webkit.org/show_bug.cgi?id=159464)
* platform/network/mac/CookieJarMac.mm:
(WebCore::policyProperties):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (230945 => 230946)
--- trunk/Source/WebCore/ChangeLog 2018-04-24 07:44:06 UTC (rev 230945)
+++ trunk/Source/WebCore/ChangeLog 2018-04-24 07:47:14 UTC (rev 230946)
@@ -1,3 +1,11 @@
+2018-04-24 Daniel Bates <[email protected]>
+
+ Attempt to fix the Mac and iOS build following r230944
+ (https://bugs.webkit.org/show_bug.cgi?id=159464)
+
+ * platform/network/mac/CookieJarMac.mm:
+ (WebCore::policyProperties):
+
2018-04-23 Daniel Bates <[email protected]>
Implement Same-Site cookies
Modified: trunk/Source/WebCore/platform/network/mac/CookieJarMac.mm (230945 => 230946)
--- trunk/Source/WebCore/platform/network/mac/CookieJarMac.mm 2018-04-24 07:44:06 UTC (rev 230945)
+++ trunk/Source/WebCore/platform/network/mac/CookieJarMac.mm 2018-04-24 07:47:14 UTC (rev 230946)
@@ -84,6 +84,7 @@
return policyProperties;
#else
UNUSED_PARAM(sameSiteInfo);
+ UNUSED_PARAM(url);
return nullptr;
#endif
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes