Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 192e342d9b85f442f5ed879d8aef5a88eeaf84ba..c60b2bcacda883032c28477d5e669b161f518371 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -507,8 +507,8 @@ namespace internal { |
F(NewArguments, 1, 1) /* TODO(turbofan): Only temporary */ \ |
F(NewSloppyArguments, 3, 1) \ |
F(NewStrictArguments, 3, 1) \ |
- F(NewRestParam, 3, 1) \ |
- F(NewRestParamSlow, 1, 1) \ |
+ F(NewRestParam, 4, 1) \ |
+ F(NewRestParamSlow, 2, 1) \ |
F(NewClosureFromStubFailure, 1, 1) \ |
F(NewClosure, 3, 1) \ |
F(NewScriptContext, 2, 1) \ |