| Index: src/spaces.cc
|
| diff --git a/src/spaces.cc b/src/spaces.cc
|
| index 20700e1ddb3f5aa5d4bf40f629a8277efcf5a797..eb4fa7d8e5a1109337ee26ad24d76b8d8d79a3de 100644
|
| --- a/src/spaces.cc
|
| +++ b/src/spaces.cc
|
| @@ -3014,7 +3014,8 @@ void LargeObjectSpace::FreeUnmarkedObjects() {
|
| }
|
|
|
| // Free the chunk.
|
| - heap()->mark_compact_collector()->ReportDeleteIfNeeded(object);
|
| + heap()->mark_compact_collector()->ReportDeleteIfNeeded(
|
| + object, heap()->isolate());
|
| LiveObjectList::ProcessNonLive(object);
|
|
|
| size_ -= static_cast<int>(chunk_size);
|
|
|