| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 5095e2477ae6debeba27da8a3ab8fc35faf31f0b..2d370f3cad8b89100cf3ccdb5c4c6c9b75b3c386 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -8402,8 +8402,8 @@ RawLibrary* Library::CollectionLibrary() {
|
| }
|
|
|
|
|
| -RawLibrary* Library::CollectionDevLibrary() {
|
| - return Isolate::Current()->object_store()->collection_dev_library();
|
| +RawLibrary* Library::InternalLibrary() {
|
| + return Isolate::Current()->object_store()->internal_library();
|
| }
|
|
|
|
|
|
|