Title: [159933] trunk/Source/_javascript_Core
Revision
159933
Author
[email protected]
Date
2013-12-02 07:36:06 -0800 (Mon, 02 Dec 2013)

Log Message

JSC does not build if OPCODE_STATS is enabled.
https://bugs.webkit.org/show_bug.cgi?id=125011

Patch by László Langó <[email protected]> on 2013-12-02
Reviewed by Filip Pizlo.

* bytecode/Opcode.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (159932 => 159933)


--- trunk/Source/_javascript_Core/ChangeLog	2013-12-02 14:19:10 UTC (rev 159932)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-12-02 15:36:06 UTC (rev 159933)
@@ -1,3 +1,12 @@
+2013-12-02  László Langó  <[email protected]>
+
+        JSC does not build if OPCODE_STATS is enabled.
+        https://bugs.webkit.org/show_bug.cgi?id=125011
+
+        Reviewed by Filip Pizlo.
+
+        * bytecode/Opcode.cpp:
+
 2013-11-29  Filip Pizlo  <[email protected]>
 
         Finally remove those DFG_ENABLE things

Modified: trunk/Source/_javascript_Core/bytecode/Opcode.cpp (159932 => 159933)


--- trunk/Source/_javascript_Core/bytecode/Opcode.cpp	2013-12-02 14:19:10 UTC (rev 159932)
+++ trunk/Source/_javascript_Core/bytecode/Opcode.cpp	2013-12-02 15:36:06 UTC (rev 159933)
@@ -31,7 +31,7 @@
 #include "Opcode.h"
 
 #if ENABLE(OPCODE_STATS)
-#include <stdio.h>
+#include <wtf/DataLog.h>
 #include <wtf/FixedArray.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to