Index: runtime/vm/isolate.h |
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
index ef0f798fd4e3702b4af562c563c837736e996b3e..5dd7085192de2ea183d243b8dac9b48e70a455df 100644 |
--- a/runtime/vm/isolate.h |
+++ b/runtime/vm/isolate.h |
@@ -768,6 +768,8 @@ class Isolate : public BaseIsolate { |
const Dart_IsolateFlags& api_flags, |
bool is_vm_isolate = false); |
void Shutdown(); |
+ // Assumes mutator is the only thread still in the isolate. |
+ void CloseAllTimelineBlocks(); |
void BuildName(const char* name_prefix); |
void PrintInvokedFunctions(); |