Index: src/runtime/runtime-scopes.cc |
diff --git a/src/runtime/runtime-scopes.cc b/src/runtime/runtime-scopes.cc |
index 4aec57b371957f73849ea02816178d06f38d085c..10160a116e98ce370ebd7eb7c8053d6fb03c8012 100644 |
--- a/src/runtime/runtime-scopes.cc |
+++ b/src/runtime/runtime-scopes.cc |
@@ -1106,7 +1106,7 @@ RUNTIME_FUNCTION(Runtime_GetArgumentsProperty) { |
} |
-RUNTIME_FUNCTION(RuntimeReference_ArgumentsLength) { |
+RUNTIME_FUNCTION(Runtime_ArgumentsLength) { |
SealHandleScope shs(isolate); |
DCHECK(args.length() == 0); |
JavaScriptFrameIterator it(isolate); |
@@ -1115,7 +1115,7 @@ RUNTIME_FUNCTION(RuntimeReference_ArgumentsLength) { |
} |
-RUNTIME_FUNCTION(RuntimeReference_Arguments) { |
+RUNTIME_FUNCTION(Runtime_Arguments) { |
SealHandleScope shs(isolate); |
return __RT_impl_Runtime_GetArgumentsProperty(args, isolate); |
} |