| Index: src/mips/code-stubs-mips.cc | 
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc | 
| index 384b0a5fec90fb7ffbd7b0fb5a4711bb54f83421..fe4f7d6bf309c693f0178d4ea42b5fe23b39fcea 100644 | 
| --- a/src/mips/code-stubs-mips.cc | 
| +++ b/src/mips/code-stubs-mips.cc | 
| @@ -3878,7 +3878,7 @@ void BinaryOpICWithAllocationSiteStub::Generate(MacroAssembler* masm) { | 
|  | 
| // Tail call into the stub that handles binary operations with allocation | 
| // sites. | 
| -  BinaryOpWithAllocationSiteStub stub(isolate(), state_); | 
| +  BinaryOpWithAllocationSiteStub stub(isolate(), state()); | 
| __ TailCallStub(&stub); | 
| } | 
|  | 
|  |