Title: [86728] trunk/Source/_javascript_Core
Revision
86728
Author
[email protected]
Date
2011-05-17 20:03:42 -0700 (Tue, 17 May 2011)

Log Message

Try to fix the EFL build.

* runtime/BooleanPrototype.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (86727 => 86728)


--- trunk/Source/_javascript_Core/ChangeLog	2011-05-18 02:39:00 UTC (rev 86727)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-05-18 03:03:42 UTC (rev 86728)
@@ -1,3 +1,9 @@
+2011-05-17  Geoffrey Garen  <[email protected]>
+
+        Try to fix the EFL build.
+
+        * runtime/BooleanPrototype.cpp:
+
 2011-05-16  Geoffrey Garen  <[email protected]>
 
         Rolling back in r86653 with build fixed.

Modified: trunk/Source/_javascript_Core/runtime/BooleanPrototype.cpp (86727 => 86728)


--- trunk/Source/_javascript_Core/runtime/BooleanPrototype.cpp	2011-05-18 02:39:00 UTC (rev 86727)
+++ trunk/Source/_javascript_Core/runtime/BooleanPrototype.cpp	2011-05-18 03:03:42 UTC (rev 86728)
@@ -25,6 +25,7 @@
 #include "ExceptionHelpers.h"
 #include "JSFunction.h"
 #include "JSString.h"
+#include "Lookup.h"
 #include "ObjectPrototype.h"
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to