| Index: runtime/vm/bootstrap.cc
|
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
|
| index a2e629cbf7804d56e28601f54433349eea8fc3c9..990bc831e8c72aaf3ff2d67bd1dc841049c2b9ed 100644
|
| --- a/runtime/vm/bootstrap.cc
|
| +++ b/runtime/vm/bootstrap.cc
|
| @@ -66,6 +66,10 @@ static bootstrap_lib_props bootstrap_libraries[] = {
|
| mirrors,
|
| Bootstrap::mirrors_source_paths_,
|
| Bootstrap::mirrors_patch_paths_),
|
| + INIT_LIBRARY(ObjectStore::kPlatform,
|
| + platform,
|
| + Bootstrap::platform_source_paths_,
|
| + Bootstrap::platform_patch_paths_),
|
| INIT_LIBRARY(ObjectStore::kTypedData,
|
| typed_data,
|
| Bootstrap::typed_data_source_paths_,
|
|
|