Index: src/mips64/code-stubs-mips64.cc |
diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc |
index 2cd1e2c21394a8dbf939ce79de78ccc6c42b4ac7..3d01961ee2c1219334630b0977328ddddf371f5c 100644 |
--- a/src/mips64/code-stubs-mips64.cc |
+++ b/src/mips64/code-stubs-mips64.cc |
@@ -3914,7 +3914,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); |
} |