Title: [138610] trunk/Source/_javascript_Core
Revision
138610
Author
o...@webkit.org
Date
2013-01-02 01:07:05 -0800 (Wed, 02 Jan 2013)

Log Message

Unreviewed buildfix after r138609.

* jit/JITCall32_64.cpp: Add a missing include.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (138609 => 138610)


--- trunk/Source/_javascript_Core/ChangeLog	2013-01-02 08:48:18 UTC (rev 138609)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-01-02 09:07:05 UTC (rev 138610)
@@ -1,3 +1,9 @@
+2013-01-02  Csaba Osztrogonác  <o...@webkit.org>
+
+        Unreviewed buildfix after r138609.
+
+        * jit/JITCall32_64.cpp: Add a missing include.
+
 2013-01-01  Filip Pizlo  <fpi...@apple.com>
 
         Baseline JIT should have closure call caching

Modified: trunk/Source/_javascript_Core/jit/JITCall32_64.cpp (138609 => 138610)


--- trunk/Source/_javascript_Core/jit/JITCall32_64.cpp	2013-01-02 08:48:18 UTC (rev 138609)
+++ trunk/Source/_javascript_Core/jit/JITCall32_64.cpp	2013-01-02 09:07:05 UTC (rev 138610)
@@ -39,6 +39,7 @@
 #include "RepatchBuffer.h"
 #include "ResultType.h"
 #include "SamplingTool.h"
+#include <wtf/StringPrintStream.h>
 
 #ifndef NDEBUG
 #include <stdio.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to