| Index: src/ia32/full-codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/full-codegen-ia32.cc (revision 8110)
|
| +++ src/ia32/full-codegen-ia32.cc (working copy)
|
| @@ -3115,7 +3115,8 @@
|
| // InvokeFunction requires the function in edi. Move it in there.
|
| __ mov(edi, result_register());
|
| ParameterCount count(arg_count);
|
| - __ InvokeFunction(edi, count, CALL_FUNCTION);
|
| + __ InvokeFunction(edi, count, CALL_FUNCTION,
|
| + NullCallWrapper(), CALL_AS_METHOD);
|
| __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
|
| context()->Plug(eax);
|
| }
|
|
|