| Index: dart/runtime/vm/object.cc
|
| diff --git a/dart/runtime/vm/object.cc b/dart/runtime/vm/object.cc
|
| index 8b7c8168e1ce11deba9e646a8852b5b9d980d43a..89554a52bfb360801e478c80925d655eb12b55f6 100644
|
| --- a/dart/runtime/vm/object.cc
|
| +++ b/dart/runtime/vm/object.cc
|
| @@ -1014,7 +1014,7 @@ RawError* Object::Init(Isolate* isolate) {
|
|
|
| INIT_LIBRARY(Async, async, true);
|
| INIT_LIBRARY(Collection, collection, true);
|
| - INIT_LIBRARY(CollectionDev, collection_dev, false);
|
| + INIT_LIBRARY(CollectionDev, collection_dev, true);
|
| INIT_LIBRARY(Crypto, crypto, false);
|
| INIT_LIBRARY(Isolate, isolate, true);
|
| INIT_LIBRARY(Json, json, true);
|
|
|