| Index: dart/runtime/vm/object.cc
|
| diff --git a/dart/runtime/vm/object.cc b/dart/runtime/vm/object.cc
|
| index b8b53612569f97344365db80ffa3348d6fe538b9..c3851292041cf5f7397392228c663a8e92b8e2d5 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);
|
|
|