Title: [197411] trunk/Source/_javascript_Core
- Revision
- 197411
- Author
- fpi...@apple.com
- Date
- 2016-03-01 13:40:38 -0800 (Tue, 01 Mar 2016)
Log Message
Unreviewed, fix CLOOP build.
* jit/JITOperations.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (197410 => 197411)
--- trunk/Source/_javascript_Core/ChangeLog 2016-03-01 21:28:45 UTC (rev 197410)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-03-01 21:40:38 UTC (rev 197411)
@@ -1,3 +1,9 @@
+2016-03-01 Filip Pizlo <fpi...@apple.com>
+
+ Unreviewed, fix CLOOP build.
+
+ * jit/JITOperations.h:
+
2016-03-01 Skachkov Oleksandr <gskach...@gmail.com>
[ES6] Arrow function. Some not used byte code is emited
Modified: trunk/Source/_javascript_Core/jit/JITOperations.h (197410 => 197411)
--- trunk/Source/_javascript_Core/jit/JITOperations.h 2016-03-01 21:28:45 UTC (rev 197410)
+++ trunk/Source/_javascript_Core/jit/JITOperations.h 2016-03-01 21:40:38 UTC (rev 197411)
@@ -382,6 +382,10 @@
} // namespace JSC
+#else // ENABLE(JIT)
+
+#define JIT_OPERATION
+
#endif // ENABLE(JIT)
#endif // JITOperations_h
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes