Title: [165433] trunk/Source/_javascript_Core
Revision
165433
Author
[email protected]
Date
2014-03-10 22:18:41 -0700 (Mon, 10 Mar 2014)

Log Message

Resurrect bit-rotted JIT::probe() mechanism.
<https://webkit.org/b/130067>

Reviewed by Geoffrey Garen.

* jit/JITStubs.cpp:
- Added the needed #include <wtf/InlineASM.h>.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (165432 => 165433)


--- trunk/Source/_javascript_Core/ChangeLog	2014-03-11 05:01:18 UTC (rev 165432)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-03-11 05:18:41 UTC (rev 165433)
@@ -1,3 +1,13 @@
+2014-03-10  Mark Lam  <[email protected]>
+
+        Resurrect bit-rotted JIT::probe() mechanism.
+        <https://webkit.org/b/130067>
+
+        Reviewed by Geoffrey Garen.
+
+        * jit/JITStubs.cpp:
+        - Added the needed #include <wtf/InlineASM.h>.
+
 2014-03-10  Joseph Pecoraro  <[email protected]>
 
         Fix typo in EXCLUDED_SOURCE_FILE_NAMES_iphoneos.

Modified: trunk/Source/_javascript_Core/jit/JITStubs.cpp (165432 => 165433)


--- trunk/Source/_javascript_Core/jit/JITStubs.cpp	2014-03-11 05:01:18 UTC (rev 165432)
+++ trunk/Source/_javascript_Core/jit/JITStubs.cpp	2014-03-11 05:18:41 UTC (rev 165433)
@@ -34,6 +34,7 @@
 #if ENABLE(JIT)
 
 #include "JSCInlines.h"
+#include <wtf/InlineASM.h>
 
 #if CPU(ARM_TRADITIONAL)
 #include "JITStubsARM.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to