Index: src/runtime/runtime-array.cc |
diff --git a/src/runtime/runtime-array.cc b/src/runtime/runtime-array.cc |
index 49cbc5fd00da600a25ec978f8b67535e5b5509bc..d40557474d361071e191b71c5912676ae18fa7fa 100644 |
--- a/src/runtime/runtime-array.cc |
+++ b/src/runtime/runtime-array.cc |
@@ -1241,7 +1241,7 @@ RUNTIME_FUNCTION(Runtime_NormalizeElements) { |
// GrowArrayElements returns a sentinel Smi if the object was normalized. |
RUNTIME_FUNCTION(Runtime_GrowArrayElements) { |
HandleScope scope(isolate); |
- DCHECK(args.length() == 3); |
+ DCHECK(args.length() == 2); |
CONVERT_ARG_HANDLE_CHECKED(JSObject, object, 0); |
CONVERT_NUMBER_CHECKED(int, key, Int32, args[1]); |