Title: [202844] trunk/Source/_javascript_Core
- Revision
- 202844
- Author
- [email protected]
- Date
- 2016-07-05 19:50:33 -0700 (Tue, 05 Jul 2016)
Log Message
Remove some unneeded #include "CachedCall.h".
https://bugs.webkit.org/show_bug.cgi?id=159449
Reviewed by Saam Barati.
* runtime/ArrayPrototype.cpp:
* runtime/JSArray.cpp:
* runtime/MapPrototype.cpp:
* runtime/SetPrototype.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (202843 => 202844)
--- trunk/Source/_javascript_Core/ChangeLog 2016-07-06 00:56:49 UTC (rev 202843)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-07-06 02:50:33 UTC (rev 202844)
@@ -1,3 +1,15 @@
+2016-07-05 Mark Lam <[email protected]>
+
+ Remove some unneeded #include "CachedCall.h".
+ https://bugs.webkit.org/show_bug.cgi?id=159449
+
+ Reviewed by Saam Barati.
+
+ * runtime/ArrayPrototype.cpp:
+ * runtime/JSArray.cpp:
+ * runtime/MapPrototype.cpp:
+ * runtime/SetPrototype.cpp:
+
2016-07-05 Geoffrey Garen <[email protected]>
Crash @ bankofamerica.com, University of Vienna
Modified: trunk/Source/_javascript_Core/runtime/ArrayPrototype.cpp (202843 => 202844)
--- trunk/Source/_javascript_Core/runtime/ArrayPrototype.cpp 2016-07-06 00:56:49 UTC (rev 202843)
+++ trunk/Source/_javascript_Core/runtime/ArrayPrototype.cpp 2016-07-06 02:50:33 UTC (rev 202844)
@@ -28,7 +28,6 @@
#include "ArrayConstructor.h"
#include "BuiltinNames.h"
#include "ButterflyInlines.h"
-#include "CachedCall.h"
#include "CodeBlock.h"
#include "CopiedSpaceInlines.h"
#include "Error.h"
Modified: trunk/Source/_javascript_Core/runtime/JSArray.cpp (202843 => 202844)
--- trunk/Source/_javascript_Core/runtime/JSArray.cpp 2016-07-06 00:56:49 UTC (rev 202843)
+++ trunk/Source/_javascript_Core/runtime/JSArray.cpp 2016-07-06 02:50:33 UTC (rev 202844)
@@ -25,7 +25,6 @@
#include "ArrayPrototype.h"
#include "ButterflyInlines.h"
-#include "CachedCall.h"
#include "CodeBlock.h"
#include "CopiedSpace.h"
#include "Error.h"
Modified: trunk/Source/_javascript_Core/runtime/MapPrototype.cpp (202843 => 202844)
--- trunk/Source/_javascript_Core/runtime/MapPrototype.cpp 2016-07-06 00:56:49 UTC (rev 202843)
+++ trunk/Source/_javascript_Core/runtime/MapPrototype.cpp 2016-07-06 02:50:33 UTC (rev 202844)
@@ -27,7 +27,6 @@
#include "MapPrototype.h"
#include "BuiltinNames.h"
-#include "CachedCall.h"
#include "Error.h"
#include "ExceptionHelpers.h"
#include "GetterSetter.h"
Modified: trunk/Source/_javascript_Core/runtime/SetPrototype.cpp (202843 => 202844)
--- trunk/Source/_javascript_Core/runtime/SetPrototype.cpp 2016-07-06 00:56:49 UTC (rev 202843)
+++ trunk/Source/_javascript_Core/runtime/SetPrototype.cpp 2016-07-06 02:50:33 UTC (rev 202844)
@@ -27,7 +27,6 @@
#include "SetPrototype.h"
#include "BuiltinNames.h"
-#include "CachedCall.h"
#include "Error.h"
#include "ExceptionHelpers.h"
#include "GetterSetter.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes