Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index edf2eb45ed66d969ba5c27208e75a266822c50bc..11ef6c6b8f124b07e68223e5f7641165026a9c4a 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -3593,7 +3593,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); |
} |