| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 9785be0b91d59785a5b38a6da7ac38006ed8bfa2..154a1ae8ed62851ef931f58af36d97d84f3da5ac 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -4451,8 +4451,7 @@ bool Heap::IdleNotification(int idle_time_in_ms) {
|
| case DO_FULL_GC: {
|
| HistogramTimerScope scope(isolate_->counters()->gc_context());
|
| if (contexts_disposed_) {
|
| - CollectAllGarbage(kReduceMemoryFootprintMask,
|
| - "idle notification: contexts disposed");
|
| + CollectAllGarbage(kNoGCFlags, "idle notification: contexts disposed");
|
| gc_idle_time_handler_.NotifyIdleMarkCompact();
|
| gc_count_at_last_idle_gc_ = gc_count_;
|
| } else {
|
|
|