Index: runtime/vm/service.cc |
diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc |
index 011e22b1b0f352616f87a72f85a37dc92ea409f6..3b96e5c94d537398a1a665ee6c4c1074abfd2c20 100644 |
--- a/runtime/vm/service.cc |
+++ b/runtime/vm/service.cc |
@@ -1861,7 +1861,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")); |