| Index: runtime/vm/bootstrap.cc
|
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
|
| index 44525b272be0e00cf1164cb1a84c0447d96dee19..562392ff15aefa52fcb84c88187dfab2f12c0509 100644
|
| --- a/runtime/vm/bootstrap.cc
|
| +++ b/runtime/vm/bootstrap.cc
|
| @@ -73,8 +73,8 @@ static bootstrap_lib_props bootstrap_libraries[] = {
|
| Bootstrap::typed_data_patch_paths_),
|
| INIT_LIBRARY(ObjectStore::kVMService,
|
| _vmservice,
|
| - Bootstrap::vmservice_source_paths_,
|
| - NULL),
|
| + Bootstrap::_vmservice_source_paths_,
|
| + Bootstrap::_vmservice_patch_paths_),
|
| { ObjectStore::kNone, NULL, NULL, NULL, NULL }
|
| };
|
|
|
|
|