Title: [229401] trunk/Source/WTF
Revision
229401
Author
timothy_hor...@apple.com
Date
2018-03-08 01:18:54 -0800 (Thu, 08 Mar 2018)

Log Message

Don't have Celestial in minimal simulator configuration
https://bugs.webkit.org/show_bug.cgi?id=183432
<rdar://problem/38252985>

Reviewed by Dan Bernstein.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (229400 => 229401)


--- trunk/Source/WTF/ChangeLog	2018-03-08 08:28:38 UTC (rev 229400)
+++ trunk/Source/WTF/ChangeLog	2018-03-08 09:18:54 UTC (rev 229401)
@@ -1,3 +1,13 @@
+2018-03-08  Tim Horton  <timothy_hor...@apple.com>
+
+        Don't have Celestial in minimal simulator configuration
+        https://bugs.webkit.org/show_bug.cgi?id=183432
+        <rdar://problem/38252985>
+
+        Reviewed by Dan Bernstein.
+
+        * wtf/Platform.h:
+
 2018-03-06  Yusuke Suzuki  <utatane....@gmail.com>
 
         [WTF] Set canInitializeWithMemset = true if T is an integral type

Modified: trunk/Source/WTF/wtf/Platform.h (229400 => 229401)


--- trunk/Source/WTF/wtf/Platform.h	2018-03-08 08:28:38 UTC (rev 229400)
+++ trunk/Source/WTF/wtf/Platform.h	2018-03-08 09:18:54 UTC (rev 229401)
@@ -584,7 +584,6 @@
 
 #if PLATFORM(IOS)
 
-#define HAVE_CELESTIAL 1
 #define HAVE_NETWORK_EXTENSION 1
 #define HAVE_READLINE 1
 #define USE_UIKIT_EDITING 1
@@ -1026,7 +1025,10 @@
 #define USE_QUICK_LOOK 1
 #define HAVE_APP_LINKS 1
 #endif
+#if !ENABLE(MINIMAL_SIMULATOR)
+#define HAVE_CELESTIAL 1
 #endif
+#endif
 
 #if PLATFORM(COCOA)
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to