| Index: runtime/vm/isolate.h
|
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
|
| index fd303176efebd55419cd3663c827405530c3c1f6..d32a6fbce8a2890382e9745fe7323b99129bb792 100644
|
| --- a/runtime/vm/isolate.h
|
| +++ b/runtime/vm/isolate.h
|
| @@ -776,8 +776,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();
|
| @@ -983,6 +982,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);
|
| };
|
|
|