Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 06182c620239b21de5ac47fa58bca3dbae04d34c..0ab0777691e505c74acde571b77dbebab31aba4d 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -86,8 +86,7 @@ namespace internal { |
F(StoreKeyedToSuper_Strict, 4, 1) \ |
F(StoreKeyedToSuper_Sloppy, 4, 1) \ |
F(HandleStepInForDerivedConstructors, 1, 1) \ |
- F(DefaultConstructorCallSuper, 2, 1) \ |
- F(CallSuperWithSpread, 1, 1) |
+ F(DefaultConstructorCallSuper, 2, 1) |
#define FOR_EACH_INTRINSIC_COLLECTIONS(F) \ |