Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index 5e28afec6895543dc116f693f8898c718a1411d8..2cbb369f763e0e2cfc6eaaa2cca93d893dbace7d 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -467,7 +467,7 @@ class MarkCompactCollector { |
static const size_t kMinMarkingDequeSize = 256 * KB; |
void EnsureMarkingDequeIsCommittedAndInitialize(size_t max_size) { |
- if (!marking_deque_.in_use()) { |
+ if (!marking_deque()->in_use()) { |
EnsureMarkingDequeIsCommitted(max_size); |
InitializeMarkingDeque(); |
} |