| Index: runtime/vm/timeline.h
|
| diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
|
| index d0c43e0be5e985b1853c3ea9bdb4d068e0c2aa6a..168956a25bb7d0ee9141fa36673cfc97f23d3292 100644
|
| --- a/runtime/vm/timeline.h
|
| +++ b/runtime/vm/timeline.h
|
| @@ -69,8 +69,8 @@ class Timeline : public AllStatic {
|
|
|
| private:
|
| static TimelineEventRecorder* recorder_;
|
| - static TimelineStream* vm_stream_;
|
| - static TimelineStream* vm_api_stream_;
|
| + static TimelineStream vm_stream_;
|
| + static TimelineStream vm_api_stream_;
|
|
|
| #define ISOLATE_TIMELINE_STREAM_DECLARE_FLAG(name, not_used) \
|
| static bool stream_##name##_enabled_;
|
|
|