Title: [196503] trunk/Source/WebCore
Revision
196503
Author
achristen...@apple.com
Date
2016-02-12 13:52:17 -0800 (Fri, 12 Feb 2016)

Log Message

Fix non-internal builds when using NetworkSession
https://bugs.webkit.org/show_bug.cgi?id=152285

* platform/spi/cf/CFNetworkSPI.h:
Add SPI declaration used in r194156.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (196502 => 196503)


--- trunk/Source/WebCore/ChangeLog	2016-02-12 21:43:57 UTC (rev 196502)
+++ trunk/Source/WebCore/ChangeLog	2016-02-12 21:52:17 UTC (rev 196503)
@@ -1,3 +1,11 @@
+2016-02-12  Alex Christensen  <achristen...@webkit.org>
+
+        Fix non-internal builds when using NetworkSession
+        https://bugs.webkit.org/show_bug.cgi?id=152285
+
+        * platform/spi/cf/CFNetworkSPI.h:
+        Add SPI declaration used in r194156.
+
 2016-02-12  Andreas Kling  <akl...@apple.com>
 
         Throw out all live resource decoded data on memory pressure / suspension.

Modified: trunk/Source/WebCore/platform/spi/cf/CFNetworkSPI.h (196502 => 196503)


--- trunk/Source/WebCore/platform/spi/cf/CFNetworkSPI.h	2016-02-12 21:43:57 UTC (rev 196502)
+++ trunk/Source/WebCore/platform/spi/cf/CFNetworkSPI.h	2016-02-12 21:52:17 UTC (rev 196503)
@@ -96,8 +96,15 @@
 @interface NSURLSessionTask (TimingData)
 - (NSDictionary *)_timingData;
 @end
+
+#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101100
+@interface NSURLSessionConfiguration ()
+@property (assign) _TimingDataOptions _timingDataOptions;
+@end
 #endif
 
+#endif
+
 #endif // PLATFORM(WIN) || USE(APPLE_INTERNAL_SDK)
 
 EXTERN_C void CFURLRequestSetShouldStartSynchronously(CFURLRequestRef, Boolean);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to