Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1216)

Unified Diff: runtime/vm/service.cc

Issue 1138993005: Revert 45783 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/object_store.cc ('k') | runtime/vm/symbols.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"));
« no previous file with comments | « runtime/vm/object_store.cc ('k') | runtime/vm/symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698