Title: [142489] trunk/Source/_javascript_Core
Revision
142489
Author
o...@webkit.org
Date
2013-02-11 10:16:40 -0800 (Mon, 11 Feb 2013)

Log Message

Unreviewed fix after r13954 for !ENABLE(JIT) builds.

* llint/LowLevelInterpreter.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (142488 => 142489)


--- trunk/Source/_javascript_Core/ChangeLog	2013-02-11 18:15:24 UTC (rev 142488)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-02-11 18:16:40 UTC (rev 142489)
@@ -1,3 +1,9 @@
+2013-02-11  Csaba Osztrogonác  <o...@webkit.org>
+
+        Unreviewed fix after r13954 for !ENABLE(JIT) builds.
+
+        * llint/LowLevelInterpreter.cpp:
+
 2013-02-11  Gabor Rapcsanyi  <rga...@webkit.org>
 
         JSC build failing with verbose debug mode

Modified: trunk/Source/_javascript_Core/llint/LowLevelInterpreter.cpp (142488 => 142489)


--- trunk/Source/_javascript_Core/llint/LowLevelInterpreter.cpp	2013-02-11 18:15:24 UTC (rev 142488)
+++ trunk/Source/_javascript_Core/llint/LowLevelInterpreter.cpp	2013-02-11 18:16:40 UTC (rev 142489)
@@ -35,6 +35,7 @@
 #include "CodeBlock.h"
 #include "LLIntCLoop.h"
 #include "LLIntSlowPaths.h"
+#include "Operations.h"
 #include "VMInspector.h"
 #include <wtf/Assertions.h>
 #include <wtf/MathExtras.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to