Title: [163199] trunk/Source/_javascript_Core
Revision
163199
Author
[email protected]
Date
2014-01-31 14:10:33 -0800 (Fri, 31 Jan 2014)

Log Message

Fix 32bit.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (163198 => 163199)


--- trunk/Source/_javascript_Core/ChangeLog	2014-01-31 21:59:39 UTC (rev 163198)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-01-31 22:10:33 UTC (rev 163199)
@@ -1,3 +1,9 @@
+2014-01-31  Oliver Hunt  <[email protected]>
+
+        Fix 32bit.
+
+        * jit/JITPropertyAccess32_64.cpp:
+
 2014-01-31  Mark Lam  <[email protected]>
 
         Add options to force debugger / profiler bytecode generation.

Modified: trunk/Source/_javascript_Core/jit/JITPropertyAccess32_64.cpp (163198 => 163199)


--- trunk/Source/_javascript_Core/jit/JITPropertyAccess32_64.cpp	2014-01-31 21:59:39 UTC (rev 163198)
+++ trunk/Source/_javascript_Core/jit/JITPropertyAccess32_64.cpp	2014-01-31 22:10:33 UTC (rev 163199)
@@ -30,10 +30,12 @@
 #include "JIT.h"
 
 #include "CodeBlock.h"
+#include "CommonIdentifiers.h"
 #include "GCAwareJITStubRoutine.h"
 #include "Interpreter.h"
 #include "JITInlines.h"
 #include "JSArray.h"
+#include "JSCJSValueInlines.h"
 #include "JSFunction.h"
 #include "JSPropertyNameIterator.h"
 #include "JSVariableObject.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to