| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 56e961445d1e7618483491afaf2ab96e41b3150b..86d48a243bb5eacba91fabb0dfef120af4745939 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -863,7 +863,8 @@ bool Heap::CollectGarbage(GarbageCollector collector, const char* gc_reason,
|
| }
|
|
|
|
|
| -int Heap::NotifyContextDisposed() {
|
| +int Heap::NotifyContextDisposed(bool dependant_context) {
|
| + // TODO(hpayer): Reset heap shrinking if dependant_context is false.
|
| if (isolate()->concurrent_recompilation_enabled()) {
|
| // Flush the queued recompilation tasks.
|
| isolate()->optimizing_compiler_thread()->Flush();
|
|
|