| Index: src/arm/builtins-arm.cc
|
| ===================================================================
|
| --- src/arm/builtins-arm.cc (revision 2021)
|
| +++ src/arm/builtins-arm.cc (working copy)
|
| @@ -187,7 +187,7 @@
|
|
|
| // Set expected number of arguments to zero (not changing r0).
|
| __ mov(r2, Operand(0));
|
| - __ GetBuiltinEntry(r3, Builtins::CALL_NON_FUNCTION);
|
| + __ GetBuiltinEntry(r3, Builtins::CALL_NON_FUNCTION_AS_CONSTRUCTOR);
|
| __ Jump(Handle<Code>(builtin(ArgumentsAdaptorTrampoline)),
|
| RelocInfo::CODE_TARGET);
|
| }
|
|
|