Title: [156913] trunk/Source/_javascript_Core
Revision
156913
Author
[email protected]
Date
2013-10-04 14:52:29 -0700 (Fri, 04 Oct 2013)

Log Message

Build fix.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (156912 => 156913)


--- trunk/Source/_javascript_Core/ChangeLog	2013-10-04 20:46:57 UTC (rev 156912)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-10-04 21:52:29 UTC (rev 156913)
@@ -1,5 +1,11 @@
 2013-10-04  Oliver Hunt  <[email protected]>
 
+        Build fix.
+
+        * runtime/JSArrayIterator.cpp:
+
+2013-10-04  Oliver Hunt  <[email protected]>
+
         Support for-of syntax
         https://bugs.webkit.org/show_bug.cgi?id=122339
 

Modified: trunk/Source/_javascript_Core/runtime/JSArrayIterator.cpp (156912 => 156913)


--- trunk/Source/_javascript_Core/runtime/JSArrayIterator.cpp	2013-10-04 20:46:57 UTC (rev 156912)
+++ trunk/Source/_javascript_Core/runtime/JSArrayIterator.cpp	2013-10-04 21:52:29 UTC (rev 156913)
@@ -28,6 +28,7 @@
 
 #include "JSCJSValueInlines.h"
 #include "JSCellInlines.h"
+#include "SlotVisitorInlines.h"
 
 namespace JSC {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to