Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index 840301bbf5ed3fd904655cc40848a5ab8e9da040..e20d17ecc50b8874e32d11dd8a27750f58dc5fc5 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -4229,9 +4229,6 @@ void Heap::MakeHeapIterable() { |
void Heap::AdvanceIdleIncrementalMarking(intptr_t step_size) { |
- HistogramTimerScope idle_notification_scope( |
- isolate_->counters()->gc_incremental_marking()); |
- |
incremental_marking()->Step(step_size, |
IncrementalMarking::NO_GC_VIA_STACK_GUARD); |