Index: runtime/vm/object_store.cc |
diff --git a/runtime/vm/object_store.cc b/runtime/vm/object_store.cc |
index afce624f541d35776b17bed3e7d58a7e89854f74..c2c14d539df59cc47694d83d11108f7bdb3ab6c0 100644 |
--- a/runtime/vm/object_store.cc |
+++ b/runtime/vm/object_store.cc |
@@ -68,6 +68,7 @@ ObjectStore::ObjectStore() |
math_library_(Library::null()), |
mirrors_library_(Library::null()), |
native_wrappers_library_(Library::null()), |
+ profiler_library_(Library::null()), |
root_library_(Library::null()), |
typed_data_library_(Library::null()), |
libraries_(GrowableObjectArray::null()), |