| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index 2d5288ebb17e8db59339398a2ddaf5741585b100..eb929bf3a41b2c6cda386c31b63a0230c76062a5 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -799,8 +799,7 @@ class Isolate : public BaseIsolate {
|
|
|
| void LowLevelShutdown();
|
| void Shutdown();
|
| - // Assumes mutator is the only thread still in the isolate.
|
| - void CloseAllTimelineBlocks();
|
| + void ReclaimTimelineBlocks();
|
|
|
| void BuildName(const char* name_prefix);
|
| void PrintInvokedFunctions();
|
| @@ -1006,6 +1005,7 @@ REUSABLE_HANDLE_LIST(REUSABLE_FRIEND_DECLARATION)
|
| friend class Scavenger; // VisitObjectPointers
|
| friend class ServiceIsolate;
|
| friend class Thread;
|
| + friend class Timeline;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(Isolate);
|
| };
|
|
|