| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 217c27b1349d40b1d2ea9d59357b86065804c376..8697c761e876633b7332a600f53a358f2ea8f4f7 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -962,7 +962,7 @@ bool Heap::CollectGarbage(GarbageCollector collector,
|
| !incremental_marking()->should_hurry() && FLAG_incremental_marking &&
|
| OldGenerationSpaceAvailable() <= 0) {
|
| if (!incremental_marking()->IsComplete() &&
|
| - !mark_compact_collector()->marking_deque_.IsEmpty() &&
|
| + !mark_compact_collector()->marking_deque()->IsEmpty() &&
|
| !FLAG_gc_global) {
|
| if (FLAG_trace_incremental_marking) {
|
| isolate()->PrintWithTimestamp(
|
|
|