Title: [240430] trunk/Source/WebCore/PAL
- Revision
- 240430
- Author
- [email protected]
- Date
- 2019-01-24 02:59:47 -0800 (Thu, 24 Jan 2019)
Log Message
Follow-up #2: Override the session configuration for cookieAcceptPolicy
<https://bugs.webkit.org/show_bug.cgi?id=190925>
<rdar://problem/45497382>
* pal/spi/cf/CFNetworkSPI.h: Protect Objective-C code using
defined(__OBJC__) macro.
Modified Paths
Diff
Modified: trunk/Source/WebCore/PAL/ChangeLog (240429 => 240430)
--- trunk/Source/WebCore/PAL/ChangeLog 2019-01-24 10:39:14 UTC (rev 240429)
+++ trunk/Source/WebCore/PAL/ChangeLog 2019-01-24 10:59:47 UTC (rev 240430)
@@ -1,3 +1,12 @@
+2019-01-24 David Kilzer <[email protected]>
+
+ Follow-up #2: Override the session configuration for cookieAcceptPolicy
+ <https://bugs.webkit.org/show_bug.cgi?id=190925>
+ <rdar://problem/45497382>
+
+ * pal/spi/cf/CFNetworkSPI.h: Protect Objective-C code using
+ defined(__OBJC__) macro.
+
2019-01-23 David Kilzer <[email protected]>
Switch remaining CoreMedia soft-linking in WebKit over to CoreMediaSoftLink.{cpp,h}
Modified: trunk/Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h (240429 => 240430)
--- trunk/Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h 2019-01-24 10:39:14 UTC (rev 240429)
+++ trunk/Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h 2019-01-24 10:59:47 UTC (rev 240430)
@@ -65,7 +65,7 @@
// This only needs to be declared on macOS 10.12 Sierra because
// it will never appear in those SDK headers. See also
// HAVE(CFNETWORK_OVERRIDE_SESSION_COOKIE_ACCEPT_POLICY).
-#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED == 101200
+#if defined(__OBJC__) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED == 101200
@interface NSHTTPCookieStorage ()
@property (nonatomic, readwrite) BOOL _overrideSessionCookieAcceptPolicy;
@end
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes