| Index: src/heap/incremental-marking.cc
|
| diff --git a/src/heap/incremental-marking.cc b/src/heap/incremental-marking.cc
|
| index c250b90b1c99d260be6ae137d212ca02bc97db35..6171cb270e9f5a2a129e2f0ad3524e62b715d75c 100644
|
| --- a/src/heap/incremental-marking.cc
|
| +++ b/src/heap/incremental-marking.cc
|
| @@ -547,6 +547,7 @@ void IncrementalMarking::StartMarking() {
|
| MarkCompactCollector::kMaxMarkingDequeSize);
|
|
|
| ActivateIncrementalWriteBarrier();
|
| + ArrayBufferTracker::ResetTrackersInOldSpace(heap_);
|
|
|
| // Marking bits are cleared by the sweeper.
|
| #ifdef VERIFY_HEAP
|
|
|