Title: [249281] trunk/Source/WebKitLegacy/mac
Revision
249281
Author
[email protected]
Date
2019-08-29 10:21:14 -0700 (Thu, 29 Aug 2019)

Log Message

GenerateTAPI WebKitLegacy.tbd fails on internal iOS Simulator builds
https://bugs.webkit.org/show_bug.cgi?id=201200

Reverting r249211 after Dan Bernstein pointed out it will cause
an error with the public iOS 13 SDK.

* Misc/WebDownload.h:

Modified Paths

Diff

Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (249280 => 249281)


--- trunk/Source/WebKitLegacy/mac/ChangeLog	2019-08-29 17:11:05 UTC (rev 249280)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog	2019-08-29 17:21:14 UTC (rev 249281)
@@ -1,3 +1,13 @@
+2019-08-29  Dean Jackson  <[email protected]>
+
+        GenerateTAPI WebKitLegacy.tbd fails on internal iOS Simulator builds
+        https://bugs.webkit.org/show_bug.cgi?id=201200
+
+        Reverting r249211 after Dan Bernstein pointed out it will cause
+        an error with the public iOS 13 SDK.
+
+        * Misc/WebDownload.h:
+
 2019-08-28  Dean Jackson  <[email protected]>
 
         GenerateTAPI WebKitLegacy.tbd fails on internal iOS Simulator builds

Modified: trunk/Source/WebKitLegacy/mac/Misc/WebDownload.h (249280 => 249281)


--- trunk/Source/WebKitLegacy/mac/Misc/WebDownload.h	2019-08-29 17:11:05 UTC (rev 249280)
+++ trunk/Source/WebKitLegacy/mac/Misc/WebDownload.h	2019-08-29 17:21:14 UTC (rev 249281)
@@ -34,7 +34,7 @@
 
 #if (defined TARGET_OS_IOSMAC && TARGET_OS_IOSMAC) || (defined(TARGET_OS_WATCH) && TARGET_OS_WATCH)
 #import <CFNetwork/CFNSURLConnection.h>
-#elif !TARGET_OS_IPHONE || (TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (defined(USE_APPLE_INTERNAL_SDK) && USE_APPLE_INTERNAL_SDK)
+#elif !TARGET_OS_IPHONE || (defined USE_APPLE_INTERNAL_SDK && USE_APPLE_INTERNAL_SDK)
 #import <Foundation/NSURLDownload.h>
 #else
 #import <WebKitLegacy/NSURLDownloadSPI.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to