Title: [179831] trunk/Source/_javascript_Core
- Revision
- 179831
- Author
- [email protected]
- Date
- 2015-02-09 10:07:46 -0800 (Mon, 09 Feb 2015)
Log Message
Fix the !ENABLE(DFG_JIT) build
https://bugs.webkit.org/show_bug.cgi?id=141387
Reviewed by Darin Adler.
* jit/Repatch.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (179830 => 179831)
--- trunk/Source/_javascript_Core/ChangeLog 2015-02-09 17:52:18 UTC (rev 179830)
+++ trunk/Source/_javascript_Core/ChangeLog 2015-02-09 18:07:46 UTC (rev 179831)
@@ -1,3 +1,12 @@
+2015-02-09 Csaba Osztrogonác <[email protected]>
+
+ Fix the !ENABLE(DFG_JIT) build
+ https://bugs.webkit.org/show_bug.cgi?id=141387
+
+ Reviewed by Darin Adler.
+
+ * jit/Repatch.cpp:
+
2015-02-08 Benjamin Poulain <[email protected]>
Remove a few duplicate propagation steps from the DFG's PredictionPropagation phase
Modified: trunk/Source/_javascript_Core/jit/Repatch.cpp (179830 => 179831)
--- trunk/Source/_javascript_Core/jit/Repatch.cpp 2015-02-09 17:52:18 UTC (rev 179830)
+++ trunk/Source/_javascript_Core/jit/Repatch.cpp 2015-02-09 18:07:46 UTC (rev 179831)
@@ -49,6 +49,7 @@
#include "StructureRareDataInlines.h"
#include "StructureStubClearingWatchpoint.h"
#include "ThunkGenerators.h"
+#include <wtf/ListDump.h>
#include <wtf/StringPrintStream.h>
namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes