Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 286af0949bc9f892a37a81d8afa60fd36d788deb..d6ed83000c74676f2b195fbc1a678f3442b7903c 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -553,8 +553,8 @@ namespace internal { |
F(NumberToSmi, 1, 1) \ |
F(NumberToStringSkipCache, 1, 1) \ |
\ |
- F(NewArgumentsFast, 3, 1) \ |
- F(NewStrictArgumentsFast, 3, 1) \ |
+ F(NewSloppyArguments, 3, 1) \ |
+ F(NewStrictArguments, 3, 1) \ |
\ |
/* Harmony generators */ \ |
F(CreateJSGeneratorObject, 0, 1) \ |