| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index 2ac50c1eff8226995fbef2b92a65360849e79e8a..10f07c35f049361f7914d37bb4ca6cd2c095b0ee 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -32,7 +32,7 @@ static void InitializeArrayConstructorDescriptor(
|
| JS_FUNCTION_STUB_MODE);
|
| } else {
|
| descriptor->Initialize(rax, deopt_handler, constant_stack_parameter_count,
|
| - JS_FUNCTION_STUB_MODE, PASS_ARGUMENTS);
|
| + JS_FUNCTION_STUB_MODE);
|
| }
|
| }
|
|
|
| @@ -48,7 +48,7 @@ static void InitializeInternalArrayConstructorDescriptor(
|
| JS_FUNCTION_STUB_MODE);
|
| } else {
|
| descriptor->Initialize(rax, deopt_handler, constant_stack_parameter_count,
|
| - JS_FUNCTION_STUB_MODE, PASS_ARGUMENTS);
|
| + JS_FUNCTION_STUB_MODE);
|
| }
|
| }
|
|
|
|
|