Title: [179358] trunk/Source/_javascript_Core
Revision
179358
Author
[email protected]
Date
2015-01-29 12:49:13 -0800 (Thu, 29 Jan 2015)

Log Message

Unreviewed, fix no-JIT build.

* jit/PolymorphicCallStubRoutine.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (179357 => 179358)


--- trunk/Source/_javascript_Core/ChangeLog	2015-01-29 20:33:45 UTC (rev 179357)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-01-29 20:49:13 UTC (rev 179358)
@@ -1,3 +1,9 @@
+2015-01-29  Filip Pizlo  <[email protected]>
+
+        Unreviewed, fix no-JIT build.
+
+        * jit/PolymorphicCallStubRoutine.cpp:
+
 2015-01-28  Filip Pizlo  <[email protected]>
 
         Polymorphic call inlining should be based on polymorphic call inline caching rather than logging

Modified: trunk/Source/_javascript_Core/jit/PolymorphicCallStubRoutine.cpp (179357 => 179358)


--- trunk/Source/_javascript_Core/jit/PolymorphicCallStubRoutine.cpp	2015-01-29 20:33:45 UTC (rev 179357)
+++ trunk/Source/_javascript_Core/jit/PolymorphicCallStubRoutine.cpp	2015-01-29 20:49:13 UTC (rev 179358)
@@ -26,6 +26,8 @@
 #include "config.h"
 #include "PolymorphicCallStubRoutine.h"
 
+#if ENABLE(JIT)
+
 #include "CallLinkInfo.h"
 #include "CodeBlock.h"
 #include "JSCInlines.h"
@@ -112,3 +114,4 @@
 
 } // namespace JSC
 
+#endif // ENABLE(JIT)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to