| Index: src/arm/lithium-codegen-arm.cc
 | 
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
 | 
| index 1e98f6704ba4a16fc57100cc53690352a5d98985..70081bc6b10130cb994b11c7991b1d8ba11b93c3 100644
 | 
| --- a/src/arm/lithium-codegen-arm.cc
 | 
| +++ b/src/arm/lithium-codegen-arm.cc
 | 
| @@ -3241,7 +3241,7 @@ void LCodeGen::DoCallFunction(LCallFunction* instr) {
 | 
|    ASSERT(ToRegister(instr->result()).is(r0));
 | 
|  
 | 
|    int arity = instr->arity();
 | 
| -  CallFunctionStub stub(arity, RECEIVER_MIGHT_BE_IMPLICIT);
 | 
| +  CallFunctionStub stub(arity, NO_CALL_FUNCTION_FLAGS);
 | 
|    CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
 | 
|    __ Drop(1);
 | 
|    __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
 | 
| 
 |