Title: [200623] trunk/Source/_javascript_Core
Revision
200623
Author
[email protected]
Date
2016-05-10 09:34:26 -0700 (Tue, 10 May 2016)

Log Message

[JSC] Fix the !ENABLE(DFG_JIT) build
https://bugs.webkit.org/show_bug.cgi?id=157512

Reviewed by Mark Lam.

* jit/Repatch.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (200622 => 200623)


--- trunk/Source/_javascript_Core/ChangeLog	2016-05-10 15:27:02 UTC (rev 200622)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-05-10 16:34:26 UTC (rev 200623)
@@ -1,3 +1,12 @@
+2016-05-10  Csaba Osztrogonác  <[email protected]>
+
+        [JSC] Fix the !ENABLE(DFG_JIT) build
+        https://bugs.webkit.org/show_bug.cgi?id=157512
+
+        Reviewed by Mark Lam.
+
+        * jit/Repatch.cpp:
+
 2016-05-09  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: CRASH under JSC::DebuggerCallFrame::thisValue when hitting breakpoint

Modified: trunk/Source/_javascript_Core/jit/Repatch.cpp (200622 => 200623)


--- trunk/Source/_javascript_Core/jit/Repatch.cpp	2016-05-10 15:27:02 UTC (rev 200622)
+++ trunk/Source/_javascript_Core/jit/Repatch.cpp	2016-05-10 16:34:26 UTC (rev 200623)
@@ -48,6 +48,7 @@
 #include "StackAlignment.h"
 #include "StructureRareDataInlines.h"
 #include "StructureStubClearingWatchpoint.h"
+#include "StructureStubInfo.h"
 #include "ThunkGenerators.h"
 #include <wtf/CommaPrinter.h>
 #include <wtf/ListDump.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to