| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 75eca64392957c9c06ddffdeebac827b8de084b9..93c58ece8cc27bdb0af91c161c72d462aab78b0b 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2664,7 +2664,7 @@ class Library : public Object {
|
| static RawLibrary* AsyncLibrary();
|
| static RawLibrary* CoreLibrary();
|
| static RawLibrary* CollectionLibrary();
|
| - static RawLibrary* CollectionDevLibrary();
|
| + static RawLibrary* InternalLibrary();
|
| static RawLibrary* IsolateLibrary();
|
| static RawLibrary* MathLibrary();
|
| static RawLibrary* MirrorsLibrary();
|
|
|