Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index c62938a53e7abdc31f2cc03a9fb6d0b9833d71fd..ea5570ec596e501b0d3a872a5c4bc739fb748d98 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -72,8 +72,8 @@ |
F(StoreKeyedToSuper_Strict, 4, 1) \ |
F(StoreKeyedToSuper_Sloppy, 4, 1) \ |
F(HandleStepInForDerivedConstructors, 1, 1) \ |
- F(DefaultConstructorCallSuper, 2, 1) \ |
- F(CallSuperWithSpread, 1, 1) |
+ F(DefaultConstructorCallSuper, 0, 1) \ |
+ F(CallSuperWithSpread, 0, 1) |
#define FOR_EACH_INTRINSIC_COLLECTIONS(F) \ |