Title: [86729] trunk/Source/_javascript_Core
- Revision
- 86729
- Author
- [email protected]
- Date
- 2011-05-17 20:07:23 -0700 (Tue, 17 May 2011)
Log Message
More attempts to work around the EFL build system being borken.
* runtime/DateConstructor.cpp:
* runtime/ErrorPrototype.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (86728 => 86729)
--- trunk/Source/_javascript_Core/ChangeLog 2011-05-18 03:03:42 UTC (rev 86728)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-05-18 03:07:23 UTC (rev 86729)
@@ -1,5 +1,12 @@
2011-05-17 Geoffrey Garen <[email protected]>
+ More attempts to work around the EFL build system being borken.
+
+ * runtime/DateConstructor.cpp:
+ * runtime/ErrorPrototype.cpp:
+
+2011-05-17 Geoffrey Garen <[email protected]>
+
Try to fix the EFL build.
* runtime/BooleanPrototype.cpp:
Modified: trunk/Source/_javascript_Core/runtime/DateConstructor.cpp (86728 => 86729)
--- trunk/Source/_javascript_Core/runtime/DateConstructor.cpp 2011-05-18 03:03:42 UTC (rev 86728)
+++ trunk/Source/_javascript_Core/runtime/DateConstructor.cpp 2011-05-18 03:07:23 UTC (rev 86729)
@@ -29,6 +29,7 @@
#include "JSGlobalObject.h"
#include "JSString.h"
#include "JSStringBuilder.h"
+#include "Lookup.h"
#include "ObjectPrototype.h"
#include <math.h>
#include <time.h>
Modified: trunk/Source/_javascript_Core/runtime/ErrorPrototype.cpp (86728 => 86729)
--- trunk/Source/_javascript_Core/runtime/ErrorPrototype.cpp 2011-05-18 03:03:42 UTC (rev 86728)
+++ trunk/Source/_javascript_Core/runtime/ErrorPrototype.cpp 2011-05-18 03:07:23 UTC (rev 86729)
@@ -24,6 +24,7 @@
#include "JSFunction.h"
#include "JSString.h"
#include "JSStringBuilder.h"
+#include "Lookup.h"
#include "ObjectPrototype.h"
#include "StringRecursionChecker.h"
#include "UString.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes