Index: src/code-stubs.cc |
diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
index 1c5c7a23e985fe5e26b77143eca21e454a14f61d..03d6b7bfd2103b377f0ba1fb782a73e78114f3d3 100644 |
--- a/src/code-stubs.cc |
+++ b/src/code-stubs.cc |
@@ -291,7 +291,7 @@ void BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(Isolate* isolate) { |
void BinaryOpICWithAllocationSiteStub::PrintState( |
OStream& os) const { // NOLINT |
- os << state_; |
+ os << state(); |
} |