Title: [127210] trunk/Source/_javascript_Core
Revision
127210
Author
[email protected]
Date
2012-08-30 16:33:05 -0700 (Thu, 30 Aug 2012)

Log Message

Undo Qt build fix guess, since it breaks other builds.

* runtime/JSArray.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (127209 => 127210)


--- trunk/Source/_javascript_Core/ChangeLog	2012-08-30 23:31:58 UTC (rev 127209)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-08-30 23:33:05 UTC (rev 127210)
@@ -1,5 +1,11 @@
 2012-08-30  Geoffrey Garen  <[email protected]>
 
+        Undo Qt build fix guess, since it breaks other builds.
+
+        * runtime/JSArray.h:
+
+2012-08-30  Geoffrey Garen  <[email protected]>
+
         Try to fix the Qt build: add an #include to JSArray.h, since
         it's included by some of the files Qt complains about, and
         some of is functions call the functions Qt complains about.

Modified: trunk/Source/_javascript_Core/runtime/JSArray.h (127209 => 127210)


--- trunk/Source/_javascript_Core/runtime/JSArray.h	2012-08-30 23:31:58 UTC (rev 127209)
+++ trunk/Source/_javascript_Core/runtime/JSArray.h	2012-08-30 23:33:05 UTC (rev 127210)
@@ -21,7 +21,7 @@
 #ifndef JSArray_h
 #define JSArray_h
 
-#include "JSScope.h"
+#include "JSObject.h"
 
 #define CHECK_ARRAY_CONSISTENCY 0
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to