Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 7af6a0d67c33161f52df7741e073d0ad69c6666a..668021d876b086a60c7021d5b87bb38bcaa91e15 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -548,10 +548,9 @@ namespace internal { |
F(InitializeLegacyConstLookupSlot, 3, 1) \ |
F(NewSloppyArguments_Generic, 1, 1) \ |
F(NewStrictArguments_Generic, 1, 1) \ |
- F(NewRestArguments_Generic, 2, 1) \ |
+ F(NewRestParameter, 1, 1) \ |
F(NewSloppyArguments, 3, 1) \ |
F(NewStrictArguments, 3, 1) \ |
- F(NewRestParam, 3, 1) \ |
F(NewClosure, 1, 1) \ |
F(NewClosure_Tenured, 1, 1) \ |
F(NewScriptContext, 2, 1) \ |