Title: [164217] trunk/Source/_javascript_Core
Revision
164217
Author
[email protected]
Date
2014-02-17 05:23:33 -0800 (Mon, 17 Feb 2014)

Log Message

Fix the CLoop build after r163760
https://bugs.webkit.org/show_bug.cgi?id=128900

Patch by Dániel Bátyai <[email protected]> on 2014-02-17
Reviewed by Csaba Osztrogonác.

* llint/LLIntThunks.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (164216 => 164217)


--- trunk/Source/_javascript_Core/ChangeLog	2014-02-17 13:14:44 UTC (rev 164216)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-02-17 13:23:33 UTC (rev 164217)
@@ -1,5 +1,14 @@
 2014-02-17  Dániel Bátyai  <[email protected]>
 
+        Fix the CLoop build after r163760
+        https://bugs.webkit.org/show_bug.cgi?id=128900
+
+        Reviewed by Csaba Osztrogonác.
+
+        * llint/LLIntThunks.cpp:
+
+2014-02-17  Dániel Bátyai  <[email protected]>
+
         CLoop buildfix after r164207
         https://bugs.webkit.org/show_bug.cgi?id=128899
 

Modified: trunk/Source/_javascript_Core/llint/LLIntThunks.cpp (164216 => 164217)


--- trunk/Source/_javascript_Core/llint/LLIntThunks.cpp	2014-02-17 13:14:44 UTC (rev 164216)
+++ trunk/Source/_javascript_Core/llint/LLIntThunks.cpp	2014-02-17 13:23:33 UTC (rev 164217)
@@ -29,6 +29,7 @@
 #include "CallData.h"
 #include "ExceptionHelpers.h"
 #include "Interpreter.h"
+#include "JSCJSValueInlines.h"
 #include "JSInterfaceJIT.h"
 #include "JSObject.h"
 #include "JSStackInlines.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to