Index: src/arm64/code-stubs-arm64.cc |
diff --git a/src/arm64/code-stubs-arm64.cc b/src/arm64/code-stubs-arm64.cc |
index 508296ff97ee4e32a12f54fa3225074363811a03..54c14e87c3ac9ea9d00d4203782fb4db6f95e42b 100644 |
--- a/src/arm64/code-stubs-arm64.cc |
+++ b/src/arm64/code-stubs-arm64.cc |
@@ -4332,7 +4332,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); |
} |