Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index fa91b3413384672aac381f28224052dec7c5491b..c094579852b67a32e7f37a60e53a39a2c3bcdc39 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -91,8 +91,7 @@ |
F(StoreToSuper_Sloppy, 4, 1) \ |
F(StoreKeyedToSuper_Strict, 4, 1) \ |
F(StoreKeyedToSuper_Sloppy, 4, 1) \ |
- F(GetSuperConstructor, 1, 1) \ |
- F(CallWithSpread, -1, 1) |
+ F(GetSuperConstructor, 1, 1) |
#define FOR_EACH_INTRINSIC_COLLECTIONS(F) \ |
F(StringGetRawHashField, 1, 1) \ |