Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index afdc7bb4cd397d69625ecdca09c295a668e0a6ae..a7f2491e48b9c280a64b36a60153da0b255834be 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -1626,8 +1626,6 @@ void Heap::Scavenge() { |
scavenge_collector_->SelectScavengingVisitorsTable(); |
- array_buffer_tracker()->PrepareDiscoveryInNewSpace(); |
- |
// Flip the semispaces. After flipping, to space is empty, from space has |
// live objects. |
new_space_.Flip(); |