| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 66801742fdcdfa3b05e1af77fc4989bf25ba85fa..6d307b49cd299047f604ec673498fdf5d8f46cb5 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.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);
|
| }
|
| }
|
|
|
|
|