Title: [152497] trunk/Source/_javascript_Core
Revision
152497
Author
[email protected]
Date
2013-07-09 10:34:51 -0700 (Tue, 09 Jul 2013)

Log Message

Gardening to unbreak builds on the Windows bot.

Not reviewed.

* parser/ParserTokens.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (152496 => 152497)


--- trunk/Source/_javascript_Core/ChangeLog	2013-07-09 17:30:13 UTC (rev 152496)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-07-09 17:34:51 UTC (rev 152497)
@@ -1,5 +1,13 @@
 2013-07-09  Mark Lam  <[email protected]>
 
+        Gardening to unbreak builds on the Windows bot.
+
+        Not reviewed.
+
+        * parser/ParserTokens.h:
+
+2013-07-09  Mark Lam  <[email protected]>
+
         Fix 30% JSBench regression (caused by adding column numbers to stack traces).
         https://bugs.webkit.org/show_bug.cgi?id=118481.
 

Modified: trunk/Source/_javascript_Core/parser/ParserTokens.h (152496 => 152497)


--- trunk/Source/_javascript_Core/parser/ParserTokens.h	2013-07-09 17:30:13 UTC (rev 152496)
+++ trunk/Source/_javascript_Core/parser/ParserTokens.h	2013-07-09 17:34:51 UTC (rev 152497)
@@ -28,6 +28,7 @@
 
 #include "ParserModes.h"
 #include <limits.h>
+#include <stdint.h>
 
 namespace JSC {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to