Title: [229429] trunk/Source/WebKit
Revision
229429
Author
[email protected]
Date
2018-03-08 13:25:10 -0800 (Thu, 08 Mar 2018)

Log Message

Don't have SafariServices in minimal simulator build
https://bugs.webkit.org/show_bug.cgi?id=183436
<rdar://problem/38254778>

Reviewed by Dan Bernstein.

* config.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (229428 => 229429)


--- trunk/Source/WebKit/ChangeLog	2018-03-08 21:19:36 UTC (rev 229428)
+++ trunk/Source/WebKit/ChangeLog	2018-03-08 21:25:10 UTC (rev 229429)
@@ -1,3 +1,13 @@
+2018-03-08  Tim Horton  <[email protected]>
+
+        Don't have SafariServices in minimal simulator build
+        https://bugs.webkit.org/show_bug.cgi?id=183436
+        <rdar://problem/38254778>
+
+        Reviewed by Dan Bernstein.
+
+        * config.h:
+
 2018-03-08  John Wilander  <[email protected]>
 
         Resource Load Statistics: Make debug mode always partition prevalent resources

Modified: trunk/Source/WebKit/config.h (229428 => 229429)


--- trunk/Source/WebKit/config.h	2018-03-08 21:19:36 UTC (rev 229428)
+++ trunk/Source/WebKit/config.h	2018-03-08 21:25:10 UTC (rev 229429)
@@ -110,7 +110,7 @@
 #endif
 
 #ifndef HAVE_SAFARI_SERVICES_FRAMEWORK
-#if PLATFORM(IOS) && (!defined TARGET_OS_IOS || TARGET_OS_IOS)
+#if PLATFORM(IOS) && (!defined TARGET_OS_IOS || TARGET_OS_IOS) && !ENABLE(MINIMAL_SIMULATOR)
 #define HAVE_SAFARI_SERVICES_FRAMEWORK 1
 #else
 #define HAVE_SAFARI_SERVICES_FRAMEWORK 0
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to