| Index: src/arm/full-codegen-arm.cc
|
| ===================================================================
|
| --- src/arm/full-codegen-arm.cc (revision 8110)
|
| +++ src/arm/full-codegen-arm.cc (working copy)
|
| @@ -3175,7 +3175,8 @@
|
| // InvokeFunction requires the function in r1. Move it in there.
|
| __ mov(r1, result_register());
|
| ParameterCount count(arg_count);
|
| - __ InvokeFunction(r1, count, CALL_FUNCTION);
|
| + __ InvokeFunction(r1, count, CALL_FUNCTION,
|
| + NullCallWrapper(), CALL_AS_METHOD);
|
| __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
|
| context()->Plug(r0);
|
| }
|
|
|