| Index: src/ppc/code-stubs-ppc.cc
|
| diff --git a/src/ppc/code-stubs-ppc.cc b/src/ppc/code-stubs-ppc.cc
|
| index c18f0f7d79365c4ab4c68284c3959191bd6e73cb..2be2bc54dc92efc172f0604100fe7c41bae89052 100644
|
| --- a/src/ppc/code-stubs-ppc.cc
|
| +++ b/src/ppc/code-stubs-ppc.cc
|
| @@ -33,7 +33,7 @@ static void InitializeArrayConstructorDescriptor(
|
| JS_FUNCTION_STUB_MODE);
|
| } else {
|
| descriptor->Initialize(r3, 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(r3, deopt_handler, constant_stack_parameter_count,
|
| - JS_FUNCTION_STUB_MODE, PASS_ARGUMENTS);
|
| + JS_FUNCTION_STUB_MODE);
|
| }
|
| }
|
|
|
|
|