| Index: runtime/vm/service.cc
|
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
|
| index 4fbb0c523408c37143c991d33b293f046a9ce556..7e3f64232111dac57106f12529d58a51ee1f94d4 100644
|
| --- a/runtime/vm/service.cc
|
| +++ b/runtime/vm/service.cc
|
| @@ -122,6 +122,7 @@ StreamInfo Service::echo_stream("_Echo");
|
| StreamInfo Service::graph_stream("_Graph");
|
| StreamInfo Service::logging_stream("_Logging");
|
| StreamInfo Service::extension_stream("Extension");
|
| +StreamInfo Service::timeline_stream("Timeline");
|
|
|
| static StreamInfo* streams_[] = {
|
| &Service::vm_stream,
|
| @@ -132,6 +133,7 @@ static StreamInfo* streams_[] = {
|
| &Service::graph_stream,
|
| &Service::logging_stream,
|
| &Service::extension_stream,
|
| + &Service::timeline_stream,
|
| };
|
|
|
|
|
|
|