| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index 675d404b9d48000f3b1c3cbcd618ee56eaf7b4dc..f0f9c5d272ef926c58ac28e81d67ba6f00eeac66 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -2604,7 +2604,7 @@ void ArgumentsAccessStub::GenerateNewNonStrictFast(MacroAssembler* masm) {
|
| __ bind(&runtime);
|
| __ Integer32ToSmi(rcx, rcx);
|
| __ movq(Operand(rsp, 1 * kPointerSize), rcx); // Patch argument count.
|
| - __ TailCallRuntime(Runtime::kNewStrictArgumentsFast, 3, 1);
|
| + __ TailCallRuntime(Runtime::kNewArgumentsFast, 3, 1);
|
| }
|
|
|
|
|
|
|