Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index ec0ea57e68a56571fa493c0f0282c3cc0d9ac110..20cb1d4343dbd58e9bba7ecf127e9bd60f04b018 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -3626,7 +3626,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); |
} |