Title: [167959] trunk/Source/WTF
Revision
167959
Author
fpi...@apple.com
Date
2014-04-29 15:07:28 -0700 (Tue, 29 Apr 2014)

Log Message

Unreviewed, fix cloop build.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (167958 => 167959)


--- trunk/Source/WTF/ChangeLog	2014-04-29 22:02:00 UTC (rev 167958)
+++ trunk/Source/WTF/ChangeLog	2014-04-29 22:07:28 UTC (rev 167959)
@@ -1,3 +1,9 @@
+2014-04-29  Filip Pizlo  <fpi...@apple.com>
+
+        Unreviewed, fix cloop build.
+
+        * wtf/Platform.h:
+
 2014-04-29  Michael Saboff  <msab...@apple.com>
 
         For DARWIN platforms, use system temporary directory for DataLog output

Modified: trunk/Source/WTF/wtf/Platform.h (167958 => 167959)


--- trunk/Source/WTF/wtf/Platform.h	2014-04-29 22:02:00 UTC (rev 167958)
+++ trunk/Source/WTF/wtf/Platform.h	2014-04-29 22:07:28 UTC (rev 167959)
@@ -639,6 +639,9 @@
 #if defined(ENABLE_LLINT_C_LOOP) && ENABLE_LLINT_C_LOOP
 #define ENABLE_JIT 0
 #define ENABLE_DFG_JIT 0
+#ifdef ENABLE_FTL_JIT
+#undef ENABLE_FTL_JIT
+#endif
 #define ENABLE_FTL_JIT 0
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to