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

Log Message

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.

* runtime/JSArray.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (127207 => 127208)


--- trunk/Source/_javascript_Core/ChangeLog	2012-08-30 23:23:16 UTC (rev 127207)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-08-30 23:30:56 UTC (rev 127208)
@@ -1,5 +1,13 @@
 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.
+
+        * runtime/JSArray.h:
+
+2012-08-30  Geoffrey Garen  <[email protected]>
+
         Second step toward fixing the Windows build: Add new symbols.
 
         * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def:

Modified: trunk/Source/_javascript_Core/runtime/JSArray.h (127207 => 127208)


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

Reply via email to