Title: [235620] trunk/Source/WebCore/PAL
Revision
235620
Author
[email protected]
Date
2018-09-04 11:10:52 -0700 (Tue, 04 Sep 2018)

Log Message

Unreviewed, attempt to fix an internal build after r235585.

* pal/spi/cf/CFNetworkSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (235619 => 235620)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-09-04 18:03:10 UTC (rev 235619)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-09-04 18:10:52 UTC (rev 235620)
@@ -1,3 +1,9 @@
+2018-09-04  Ryan Haddad  <[email protected]>
+
+        Unreviewed, attempt to fix an internal build after r235585.
+
+        * pal/spi/cf/CFNetworkSPI.h:
+
 2018-09-01  Yoshiaki Jitsukawa  <[email protected]>
 
         [WinCairo] Add CryptoDigestOpenSSL

Modified: trunk/Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h (235619 => 235620)


--- trunk/Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h	2018-09-04 18:03:10 UTC (rev 235619)
+++ trunk/Source/WebCore/PAL/pal/spi/cf/CFNetworkSPI.h	2018-09-04 18:10:52 UTC (rev 235620)
@@ -53,8 +53,15 @@
 // FIXME: Remove the defined(__OBJC__)-guard once we fix <rdar://problem/19033610>.
 #if defined(__OBJC__) && PLATFORM(COCOA)
 #import <CFNetwork/CFNSURLConnection.h>
+
+#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED < 101302
+@interface NSURLSessionConfiguration ()
+@property (nullable, copy) NSSet *_suppressedAutoAddedHTTPHeaders;
+@end
 #endif
 
+#endif
+
 #else // !PLATFORM(WIN) && !USE(APPLE_INTERNAL_SDK)
 
 typedef CF_ENUM(int64_t, _TimingDataOptions)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to