| Index: runtime/vm/timeline.h
|
| diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
|
| index 3bd32dd24c28dc8cd388a9340998da7d945b1288..9887aff721f51a95dba7810d6176a22e125e80bd 100644
|
| --- a/runtime/vm/timeline.h
|
| +++ b/runtime/vm/timeline.h
|
| @@ -678,6 +678,7 @@ class TimelineEventRecorder {
|
| void PrintJSONMeta(JSONArray* array) const;
|
| TimelineEvent* ThreadBlockStartEvent();
|
| void ThreadBlockCompleteEvent(TimelineEvent* event);
|
| + void PrintEmbedderJSONEvents(JSONStream* events);
|
|
|
| Mutex lock_;
|
| uintptr_t async_id_;
|
|
|