Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index 67ee043e0b1168d49e5fef8914fc9535cc575600..998cfe1c45df1fb74d8c77557b2e120642d4aff1 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -4229,7 +4229,7 @@ void Heap::MakeHeapIterable() { |
void Heap::AdvanceIdleIncrementalMarking(intptr_t step_size) { |
incremental_marking()->Step(step_size, |
- IncrementalMarking::NO_GC_VIA_STACK_GUARD); |
+ IncrementalMarking::NO_GC_VIA_STACK_GUARD, true); |
if (incremental_marking()->IsComplete()) { |
bool uncommit = false; |