| Index: runtime/vm/bootstrap.cc | 
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc | 
| index bc61438271bd3c3842f6dc5dc9560aabddfcd52f..e17441613fb68ca2981dcbf6a5d4af9294c5fcf9 100644 | 
| --- a/runtime/vm/bootstrap.cc | 
| +++ b/runtime/vm/bootstrap.cc | 
| @@ -46,10 +46,6 @@ static bootstrap_lib_props bootstrap_libraries[] = { | 
| _collection-dev, | 
| Bootstrap::collection_dev_source_paths_, | 
| Bootstrap::collection_dev_patch_paths_), | 
| -  INIT_LIBRARY(ObjectStore::kCrypto, | 
| -               crypto, | 
| -               Bootstrap::crypto_source_paths_, | 
| -               NULL), | 
| INIT_LIBRARY(ObjectStore::kIsolate, | 
| isolate, | 
| Bootstrap::isolate_source_paths_, | 
|  |