| Index: src/heap/spaces.cc
|
| diff --git a/src/heap/spaces.cc b/src/heap/spaces.cc
|
| index 6b98fc1d0ef28c8141924334cd5d833942301004..1f42b8e6559d844f0f77c669e55e63844f75459f 100644
|
| --- a/src/heap/spaces.cc
|
| +++ b/src/heap/spaces.cc
|
| @@ -3088,8 +3088,6 @@ void LargeObjectSpace::FreeUnmarkedObjects() {
|
| }
|
|
|
| // Free the chunk.
|
| - heap()->mark_compact_collector()->ReportDeleteIfNeeded(object,
|
| - heap()->isolate());
|
| size_ -= static_cast<int>(page->size());
|
| AccountUncommitted(static_cast<intptr_t>(page->size()));
|
| objects_size_ -= object->Size();
|
|
|