Title: [228556] trunk/Source/WTF
Revision
228556
Author
[email protected]
Date
2018-02-16 06:33:29 -0800 (Fri, 16 Feb 2018)

Log Message

Remove unused line from Platform.h
https://bugs.webkit.org/show_bug.cgi?id=182871

Reviewed by Mark Lam.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (228555 => 228556)


--- trunk/Source/WTF/ChangeLog	2018-02-16 13:56:22 UTC (rev 228555)
+++ trunk/Source/WTF/ChangeLog	2018-02-16 14:33:29 UTC (rev 228556)
@@ -1,3 +1,12 @@
+2018-02-16  Keith Miller  <[email protected]>
+
+        Remove unused line from Platform.h
+        https://bugs.webkit.org/show_bug.cgi?id=182871
+
+        Reviewed by Mark Lam.
+
+        * wtf/Platform.h:
+
 2018-02-14  Michael Saboff  <[email protected]>
 
         REGRESSION(225695) : com.apple.WebKit.WebContent at com.apple._javascript_Core: JSC::RegExp::match + 630 :: stack overflow

Modified: trunk/Source/WTF/wtf/Platform.h (228555 => 228556)


--- trunk/Source/WTF/wtf/Platform.h	2018-02-16 13:56:22 UTC (rev 228555)
+++ trunk/Source/WTF/wtf/Platform.h	2018-02-16 14:33:29 UTC (rev 228556)
@@ -743,8 +743,7 @@
 /* The JIT is enabled by default on all x86, x86-64, ARM & MIPS platforms except ARMv7k. */
 #if !defined(ENABLE_JIT) \
     && (CPU(X86) || CPU(X86_64) || CPU(ARM) || (CPU(ARM64) && !defined(__ILP32__)) || CPU(MIPS)) \
-    && !CPU(APPLE_ARMV7K) \
-    && !CPU(ARM64E)
+    && !CPU(APPLE_ARMV7K)
 #define ENABLE_JIT 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to