Title: [230948] trunk/Source/WebCore
Revision
230948
Author
[email protected]
Date
2018-04-24 01:02:10 -0700 (Tue, 24 Apr 2018)

Log Message

Attempt to fix the Apple Internal build following r230944
(https://bugs.webkit.org/show_bug.cgi?id=159464)

* platform/network/mac/CookieJarMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (230947 => 230948)


--- trunk/Source/WebCore/ChangeLog	2018-04-24 07:51:30 UTC (rev 230947)
+++ trunk/Source/WebCore/ChangeLog	2018-04-24 08:02:10 UTC (rev 230948)
@@ -1,5 +1,12 @@
 2018-04-24  Daniel Bates  <[email protected]>
 
+        Attempt to fix the Apple Internal build following r230944
+        (https://bugs.webkit.org/show_bug.cgi?id=159464)
+
+        * platform/network/mac/CookieJarMac.mm:
+
+2018-04-24  Daniel Bates  <[email protected]>
+
         Another attempt to fix the Mac and iOS build following r230944
         (https://bugs.webkit.org/show_bug.cgi?id=159464)
 

Modified: trunk/Source/WebCore/platform/network/mac/CookieJarMac.mm (230947 => 230948)


--- trunk/Source/WebCore/platform/network/mac/CookieJarMac.mm	2018-04-24 07:51:30 UTC (rev 230947)
+++ trunk/Source/WebCore/platform/network/mac/CookieJarMac.mm	2018-04-24 08:02:10 UTC (rev 230948)
@@ -47,6 +47,7 @@
 #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 120000)
 @interface NSHTTPCookieStorage (Staging)
 - (void)_getCookiesForURL:(NSURL *)url mainDocumentURL:(NSURL *)mainDocumentURL partition:(NSString *)partition policyProperties:(NSDictionary*)props completionHandler:(void (^)(NSArray *))completionHandler;
+- (void)_setCookies:(NSArray *)cookies forURL:(NSURL *)URL mainDocumentURL:(NSURL *)mainDocumentURL policyProperties:(NSDictionary*) props;
 @end
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to