Title: [153328] trunk/Source/_javascript_Core
Revision
153328
Author
commit-qu...@webkit.org
Date
2013-07-25 09:24:07 -0700 (Thu, 25 Jul 2013)

Log Message

Build fix: add missing #include.
https://bugs.webkit.org/show_bug.cgi?id=119087

Patch by Julien Brianceau <jbrianc...@nds.com> on 2013-07-25
Reviewed by Allan Sandfeld Jensen.

* bytecode/ArrayProfile.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (153327 => 153328)


--- trunk/Source/_javascript_Core/ChangeLog	2013-07-25 16:13:30 UTC (rev 153327)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-07-25 16:24:07 UTC (rev 153328)
@@ -1,3 +1,12 @@
+2013-07-25  Julien Brianceau  <jbrianc...@nds.com>
+
+        Build fix: add missing #include.
+        https://bugs.webkit.org/show_bug.cgi?id=119087
+
+        Reviewed by Allan Sandfeld Jensen.
+
+        * bytecode/ArrayProfile.cpp:
+
 2013-07-25  Ryuan Choi  <ryuan.c...@samsung.com>
 
         Unreviewed, build fix on the EFL port.

Modified: trunk/Source/_javascript_Core/bytecode/ArrayProfile.cpp (153327 => 153328)


--- trunk/Source/_javascript_Core/bytecode/ArrayProfile.cpp	2013-07-25 16:13:30 UTC (rev 153327)
+++ trunk/Source/_javascript_Core/bytecode/ArrayProfile.cpp	2013-07-25 16:24:07 UTC (rev 153328)
@@ -27,6 +27,7 @@
 #include "ArrayProfile.h"
 
 #include "CodeBlock.h"
+#include <wtf/CommaPrinter.h>
 #include <wtf/StringExtras.h>
 #include <wtf/StringPrintStream.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to