Title: [127248] trunk/Source/_javascript_Core
Revision
127248
Author
[email protected]
Date
2012-08-31 05:28:14 -0700 (Fri, 31 Aug 2012)

Log Message

Build fix for WinCE after r127191.

* bytecode/JumpTable.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (127247 => 127248)


--- trunk/Source/_javascript_Core/ChangeLog	2012-08-31 12:07:56 UTC (rev 127247)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-08-31 12:28:14 UTC (rev 127248)
@@ -1,3 +1,9 @@
+2012-08-31  Patrick Gansterer  <[email protected]>
+
+        Build fix for WinCE after r127191.
+
+        * bytecode/JumpTable.h:
+
 2012-08-30  Filip Pizlo  <[email protected]>
 
         ASSERTION FAILURE in JSC::JSGlobalData::float32ArrayDescriptor when running fast/js/dfg-float64array.html

Modified: trunk/Source/_javascript_Core/bytecode/JumpTable.h (127247 => 127248)


--- trunk/Source/_javascript_Core/bytecode/JumpTable.h	2012-08-31 12:07:56 UTC (rev 127247)
+++ trunk/Source/_javascript_Core/bytecode/JumpTable.h	2012-08-31 12:28:14 UTC (rev 127248)
@@ -33,6 +33,7 @@
 #include "MacroAssembler.h"
 #include <wtf/HashMap.h>
 #include <wtf/Vector.h>
+#include <wtf/text/StringImpl.h>
 
 namespace JSC {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to