| Index: runtime/vm/service.cc
|
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
|
| index 074c1925d405a6487bde5a710645c60f3e86e5fe..19cd84a357b2edf1a3d9e7e4a6f0aac905e71d06 100644
|
| --- a/runtime/vm/service.cc
|
| +++ b/runtime/vm/service.cc
|
| @@ -1874,7 +1874,7 @@ static bool RemoveBreakpoint(Isolate* isolate, JSONStream* js) {
|
|
|
| static RawClass* GetMetricsClass(Isolate* isolate) {
|
| const Library& prof_lib =
|
| - Library::Handle(isolate, Library::ProfilerLibrary());
|
| + Library::Handle(isolate, Library::DeveloperLibrary());
|
| ASSERT(!prof_lib.IsNull());
|
| const String& metrics_cls_name =
|
| String::Handle(isolate, String::New("Metrics"));
|
|
|