| Index: runtime/vm/bootstrap.cc
|
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
|
| index c76ea3ae04bcf2464d792ad8dec08826a8e06fef..0d61bdc580184e5a141af281c96224a26c3c872a 100644
|
| --- a/runtime/vm/bootstrap.cc
|
| +++ b/runtime/vm/bootstrap.cc
|
| @@ -70,7 +70,7 @@ static bootstrap_lib_props bootstrap_libraries[] = {
|
| INIT_LIBRARY(ObjectStore::kProfiler,
|
| profiler,
|
| Bootstrap::profiler_source_paths_,
|
| - Bootstrap::profiler_patch_paths_),
|
| + NULL),
|
| INIT_LIBRARY(ObjectStore::kTypedData,
|
| typed_data,
|
| Bootstrap::typed_data_source_paths_,
|
|
|