Title: [86730] trunk/Source/_javascript_Core
- Revision
- 86730
- Author
- [email protected]
- Date
- 2011-05-17 20:23:10 -0700 (Tue, 17 May 2011)
Log Message
Rolled out attempts to fix EFL build because they're not enough -- the
build script needs to be fixed.
* runtime/BooleanPrototype.cpp:
* runtime/DateConstructor.cpp:
* runtime/ErrorPrototype.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (86729 => 86730)
--- trunk/Source/_javascript_Core/ChangeLog 2011-05-18 03:07:23 UTC (rev 86729)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-05-18 03:23:10 UTC (rev 86730)
@@ -1,5 +1,14 @@
2011-05-17 Geoffrey Garen <[email protected]>
+ Rolled out attempts to fix EFL build because they're not enough -- the
+ build script needs to be fixed.
+
+ * runtime/BooleanPrototype.cpp:
+ * runtime/DateConstructor.cpp:
+ * runtime/ErrorPrototype.cpp:
+
+2011-05-17 Geoffrey Garen <[email protected]>
+
More attempts to work around the EFL build system being borken.
* runtime/DateConstructor.cpp:
Modified: trunk/Source/_javascript_Core/runtime/BooleanPrototype.cpp (86729 => 86730)
--- trunk/Source/_javascript_Core/runtime/BooleanPrototype.cpp 2011-05-18 03:07:23 UTC (rev 86729)
+++ trunk/Source/_javascript_Core/runtime/BooleanPrototype.cpp 2011-05-18 03:23:10 UTC (rev 86730)
@@ -25,7 +25,6 @@
#include "ExceptionHelpers.h"
#include "JSFunction.h"
#include "JSString.h"
-#include "Lookup.h"
#include "ObjectPrototype.h"
namespace JSC {
Modified: trunk/Source/_javascript_Core/runtime/DateConstructor.cpp (86729 => 86730)
--- trunk/Source/_javascript_Core/runtime/DateConstructor.cpp 2011-05-18 03:07:23 UTC (rev 86729)
+++ trunk/Source/_javascript_Core/runtime/DateConstructor.cpp 2011-05-18 03:23:10 UTC (rev 86730)
@@ -29,7 +29,6 @@
#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 (86729 => 86730)
--- trunk/Source/_javascript_Core/runtime/ErrorPrototype.cpp 2011-05-18 03:07:23 UTC (rev 86729)
+++ trunk/Source/_javascript_Core/runtime/ErrorPrototype.cpp 2011-05-18 03:23:10 UTC (rev 86730)
@@ -24,7 +24,6 @@
#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