Title: [194068] trunk/Source/_javascript_Core
Revision
194068
Author
[email protected]
Date
2015-12-14 15:27:15 -0800 (Mon, 14 Dec 2015)

Log Message

Unreviewed, fix cloop build.

* jit/GPRInfo.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (194067 => 194068)


--- trunk/Source/_javascript_Core/ChangeLog	2015-12-14 23:18:36 UTC (rev 194067)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-12-14 23:27:15 UTC (rev 194068)
@@ -1,5 +1,11 @@
 2015-12-14  Filip Pizlo  <[email protected]>
 
+        Unreviewed, fix cloop build.
+
+        * jit/GPRInfo.cpp:
+
+2015-12-14  Filip Pizlo  <[email protected]>
+
         FTL B3 should do PutById
         https://bugs.webkit.org/show_bug.cgi?id=152268
 

Modified: trunk/Source/_javascript_Core/jit/GPRInfo.cpp (194067 => 194068)


--- trunk/Source/_javascript_Core/jit/GPRInfo.cpp	2015-12-14 23:18:36 UTC (rev 194067)
+++ trunk/Source/_javascript_Core/jit/GPRInfo.cpp	2015-12-14 23:27:15 UTC (rev 194068)
@@ -26,6 +26,8 @@
 #include "config.h"
 #include "GPRInfo.h"
 
+#if ENABLE(JIT)
+
 namespace JSC {
 
 #if CPU(X86_64)
@@ -35,3 +37,4 @@
 
 } // namespace JSC
 
+#endif // ENABLE(JIT)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to