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

Log Message

Try to fix the Qt build: add an #include.

* bytecode/GetByIdStatus.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (127204 => 127205)


--- trunk/Source/_javascript_Core/ChangeLog	2012-08-30 23:03:59 UTC (rev 127204)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-08-30 23:07:21 UTC (rev 127205)
@@ -1,5 +1,11 @@
 2012-08-30  Geoffrey Garen  <[email protected]>
 
+        Try to fix the Qt build: add an #include.
+
+        * bytecode/GetByIdStatus.cpp:
+
+2012-08-30  Geoffrey Garen  <[email protected]>
+
         First step toward fixing the Windows build: Remove old symbols.
 
         * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def:

Modified: trunk/Source/_javascript_Core/bytecode/GetByIdStatus.cpp (127204 => 127205)


--- trunk/Source/_javascript_Core/bytecode/GetByIdStatus.cpp	2012-08-30 23:03:59 UTC (rev 127204)
+++ trunk/Source/_javascript_Core/bytecode/GetByIdStatus.cpp	2012-08-30 23:07:21 UTC (rev 127205)
@@ -27,6 +27,7 @@
 #include "GetByIdStatus.h"
 
 #include "CodeBlock.h"
+#include "JSScope.h"
 #include "LowLevelInterpreter.h"
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to