Title: [158021] trunk/Source/_javascript_Core
Revision
158021
Author
oli...@apple.com
Date
2013-10-25 10:59:43 -0700 (Fri, 25 Oct 2013)

Log Message

Fix MSVC again

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (158020 => 158021)


--- trunk/Source/_javascript_Core/ChangeLog	2013-10-25 17:47:02 UTC (rev 158020)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-10-25 17:59:43 UTC (rev 158021)
@@ -1,5 +1,11 @@
 2013-10-25  Oliver Hunt  <oli...@apple.com>
 
+        Fix MSVC again
+
+        * parser/Parser.cpp:
+
+2013-10-25  Oliver Hunt  <oli...@apple.com>
+
         Fix MSVC
 
         * parser/Parser.cpp:

Modified: trunk/Source/_javascript_Core/parser/Parser.cpp (158020 => 158021)


--- trunk/Source/_javascript_Core/parser/Parser.cpp	2013-10-25 17:47:02 UTC (rev 158020)
+++ trunk/Source/_javascript_Core/parser/Parser.cpp	2013-10-25 17:59:43 UTC (rev 158021)
@@ -34,6 +34,7 @@
 #include <utility>
 #include <wtf/HashFunctions.h>
 #include <wtf/OwnPtr.h>
+#include <wtf/StringPrintStream.h>
 #include <wtf/WTFThreadData.h>
 
 #define updateErrorMessage(shouldPrintToken, ...) do {\
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to