Title: [197736] releases/WebKitGTK/webkit-2.12/Source/_javascript_Core
- Revision
- 197736
- Author
- [email protected]
- Date
- 2016-03-08 00:13:47 -0800 (Tue, 08 Mar 2016)
Log Message
Merge r197411 - Unreviewed, fix CLOOP build.
* jit/JITOperations.h:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/ChangeLog (197735 => 197736)
--- releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/ChangeLog 2016-03-08 07:58:20 UTC (rev 197735)
+++ releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/ChangeLog 2016-03-08 08:13:47 UTC (rev 197736)
@@ -1,3 +1,9 @@
+2016-03-01 Filip Pizlo <[email protected]>
+
+ Unreviewed, fix CLOOP build.
+
+ * jit/JITOperations.h:
+
2016-02-29 Filip Pizlo <[email protected]>
Turn String.prototype.replace into an intrinsic
Modified: releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/jit/JITOperations.h (197735 => 197736)
--- releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/jit/JITOperations.h 2016-03-08 07:58:20 UTC (rev 197735)
+++ releases/WebKitGTK/webkit-2.12/Source/_javascript_Core/jit/JITOperations.h 2016-03-08 08:13:47 UTC (rev 197736)
@@ -383,6 +383,10 @@
} // namespace JSC
+#else // ENABLE(JIT)
+
+#define JIT_OPERATION
+
#endif // ENABLE(JIT)
#endif // JITOperations_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes