Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index 7bdfcd92ad7aff11fd4c912df80eb68a85a31240..f6da4d451ec674a7e0aff6cb83935e34ea9d242b 100644 |
--- a/src/mips/code-stubs-mips.cc |
+++ b/src/mips/code-stubs-mips.cc |
@@ -33,7 +33,7 @@ static void InitializeArrayConstructorDescriptor( |
JS_FUNCTION_STUB_MODE); |
} else { |
descriptor->Initialize(a0, deopt_handler, constant_stack_parameter_count, |
- JS_FUNCTION_STUB_MODE, PASS_ARGUMENTS); |
+ JS_FUNCTION_STUB_MODE); |
} |
} |
@@ -49,7 +49,7 @@ static void InitializeInternalArrayConstructorDescriptor( |
JS_FUNCTION_STUB_MODE); |
} else { |
descriptor->Initialize(a0, deopt_handler, constant_stack_parameter_count, |
- JS_FUNCTION_STUB_MODE, PASS_ARGUMENTS); |
+ JS_FUNCTION_STUB_MODE); |
} |
} |