| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 3b6987e6f4f0b195a44439e4a92c136e1ee49432..1d23c7e5d2fffecf54195359b600035e85fb3b48 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -3593,7 +3593,7 @@ void ArgumentsAccessStub::GenerateNewNonStrictFast(MacroAssembler* masm) {
|
| __ bind(&runtime);
|
| __ pop(eax); // Remove saved parameter count.
|
| __ mov(Operand(esp, 1 * kPointerSize), ecx); // Patch argument count.
|
| - __ TailCallRuntime(Runtime::kNewStrictArgumentsFast, 3, 1);
|
| + __ TailCallRuntime(Runtime::kNewArgumentsFast, 3, 1);
|
| }
|
|
|
|
|
|
|