| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index eef37429aad3a4be453517f52c6efc5402bcd203..3340a0fd384a3cdf8bb9e11a90b00f9f00b3b249 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -1306,7 +1306,8 @@ bool Heap::PerformGarbageCollection(
|
| AllowHeapAllocation allow_allocation;
|
| GCTracer::Scope scope(tracer(), GCTracer::Scope::EXTERNAL);
|
| freed_global_handles =
|
| - isolate_->global_handles()->PostGarbageCollectionProcessing(collector);
|
| + isolate_->global_handles()->PostGarbageCollectionProcessing(
|
| + collector, gc_callback_flags);
|
| }
|
| gc_post_processing_depth_--;
|
|
|
|
|