Title: [97296] trunk/Source/_javascript_Core
Revision
97296
Author
[email protected]
Date
2011-10-12 13:49:20 -0700 (Wed, 12 Oct 2011)

Log Message

Errrk, revert accidental commit!

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (97295 => 97296)


--- trunk/Source/_javascript_Core/ChangeLog	2011-10-12 20:47:40 UTC (rev 97295)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-10-12 20:49:20 UTC (rev 97296)
@@ -1,5 +1,11 @@
 2011-10-12  Gavin Barraclough  <[email protected]>
 
+        Errrk, revert accidental commit!
+
+        * wtf/Platform.h:
+
+2011-10-12  Gavin Barraclough  <[email protected]>
+
         Unreviewed, re-land changes from #69890, #69903.
 
         These were reverted due to bug #69897, but #69903 fixed this problem.

Modified: trunk/Source/_javascript_Core/wtf/Platform.h (97295 => 97296)


--- trunk/Source/_javascript_Core/wtf/Platform.h	2011-10-12 20:47:40 UTC (rev 97295)
+++ trunk/Source/_javascript_Core/wtf/Platform.h	2011-10-12 20:49:20 UTC (rev 97296)
@@ -901,7 +901,7 @@
 #endif
 
 /* Currently only implemented for JSVALUE64, only tested on PLATFORM(MAC) */
-#if !defined(ENABLE_DFG_JIT) && ENABLE(JIT) && PLATFORM(MAC)
+#if !defined(ENABLE_DFG_JIT) && ENABLE(JIT) && USE(JSVALUE64) && PLATFORM(MAC)
 #define ENABLE_DFG_JIT 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to