Index: runtime/vm/bootstrap.cc |
diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc |
index cee8b72abcb9210e1ccb1e34d89b47a71719639a..d12752f400d41908fee3ba7cb0fbb8a1171719a1 100644 |
--- a/runtime/vm/bootstrap.cc |
+++ b/runtime/vm/bootstrap.cc |
@@ -67,6 +67,11 @@ static bootstrap_lib_props bootstrap_libraries[] = { |
Bootstrap::typed_data_source_paths_, |
Bootstrap::typed_data_patch_paths_), |
+ INIT_LIBRARY(ObjectStore::kProfiler, |
+ profiler, |
+ Bootstrap::profiler_source_paths_, |
+ Bootstrap::profiler_patch_paths_), |
+ |
{ ObjectStore::kNone, NULL, NULL, NULL, NULL } |
}; |