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