Index: runtime/vm/bootstrap.cc |
diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc |
index bdb144f41af99f235ea9ff7320193ca1ecedf57f..c76ea3ae04bcf2464d792ad8dec08826a8e06fef 100644 |
--- a/runtime/vm/bootstrap.cc |
+++ b/runtime/vm/bootstrap.cc |
@@ -47,10 +47,10 @@ static bootstrap_lib_props bootstrap_libraries[] = { |
collection, |
Bootstrap::collection_source_paths_, |
Bootstrap::collection_patch_paths_), |
- INIT_LIBRARY(ObjectStore::kDebugger, |
- debugger, |
- Bootstrap::debugger_source_paths_, |
- Bootstrap::debugger_patch_paths_), |
+ INIT_LIBRARY(ObjectStore::kDeveloper, |
+ developer, |
+ Bootstrap::developer_source_paths_, |
+ Bootstrap::developer_patch_paths_), |
INIT_LIBRARY(ObjectStore::kInternal, |
_internal, |
Bootstrap::_internal_source_paths_, |