| Index: src/heap/spaces.cc
|
| diff --git a/src/heap/spaces.cc b/src/heap/spaces.cc
|
| index 9902886d697692f255340f9e1656f2bf4b38d1f5..6843260ee20e2fcc84c4fd19c4d17a5cff038c99 100644
|
| --- a/src/heap/spaces.cc
|
| +++ b/src/heap/spaces.cc
|
| @@ -3102,8 +3102,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();
|
|
|