Index: src/x87/code-stubs-x87.cc |
diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc |
index 1ca2a918709056d85f9126bf72cecc9b3a0bd1cc..97425964ec2d0714159ff05b15a9f62b6f192a72 100644 |
--- a/src/x87/code-stubs-x87.cc |
+++ b/src/x87/code-stubs-x87.cc |
@@ -37,7 +37,7 @@ static void InitializeArrayConstructorDescriptor( |
JS_FUNCTION_STUB_MODE); |
} else { |
descriptor->Initialize(eax, deopt_handler, constant_stack_parameter_count, |
- JS_FUNCTION_STUB_MODE, PASS_ARGUMENTS); |
+ JS_FUNCTION_STUB_MODE); |
} |
} |
@@ -56,7 +56,7 @@ static void InitializeInternalArrayConstructorDescriptor( |
JS_FUNCTION_STUB_MODE); |
} else { |
descriptor->Initialize(eax, deopt_handler, constant_stack_parameter_count, |
- JS_FUNCTION_STUB_MODE, PASS_ARGUMENTS); |
+ JS_FUNCTION_STUB_MODE); |
} |
} |