Title: [197338] releases/WebKitGTK/webkit-2.12/Source/_javascript_Core
Revision
197338
Author
carlo...@webkit.org
Date
2016-02-29 03:17:55 -0800 (Mon, 29 Feb 2016)

Log Message

Merge r197256 - CLoop build fix.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/ChangeLog (197337 => 197338)


--- releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/ChangeLog	2016-02-29 11:16:44 UTC (rev 197337)
+++ releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/ChangeLog	2016-02-29 11:17:55 UTC (rev 197338)
@@ -1,3 +1,9 @@
+2016-02-27  Oliver Hunt  <oli...@apple.com>
+
+        CLoop build fix.
+
+        * jit/ExecutableAllocatorFixedVMPool.cpp:
+
 2016-02-26  Oliver Hunt  <oli...@apple.com>
 
         Remove the on demand executable allocator

Modified: releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp (197337 => 197338)


--- releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp	2016-02-29 11:16:44 UTC (rev 197337)
+++ releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp	2016-02-29 11:17:55 UTC (rev 197338)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to