Title: [197256] trunk/Source/_javascript_Core
Revision
197256
Author
[email protected]
Date
2016-02-27 11:28:25 -0800 (Sat, 27 Feb 2016)

Log Message

CLoop build fix.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (197255 => 197256)


--- trunk/Source/_javascript_Core/ChangeLog	2016-02-27 18:30:58 UTC (rev 197255)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-02-27 19:28:25 UTC (rev 197256)
@@ -1,3 +1,9 @@
+2016-02-27  Oliver Hunt  <[email protected]>
+
+        CLoop build fix.
+
+        * jit/ExecutableAllocatorFixedVMPool.cpp:
+
 2016-02-26  Oliver Hunt  <[email protected]>
 
         Remove the on demand executable allocator

Modified: trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp (197255 => 197256)


--- trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp	2016-02-27 18:30:58 UTC (rev 197255)
+++ trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp	2016-02-27 19:28:25 UTC (rev 197256)
@@ -26,6 +26,8 @@
 #include "config.h"
 #include "ExecutableAllocator.h"
 
+#if ENABLE(ASSEMBLER)
+
 #include "JSCInlines.h"
 
 #include "CodeProfiling.h"
@@ -220,3 +222,5 @@
 #endif
 
 }
+
+#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to