| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index b8bb4dd8556d363ff22647aa3c527ff9672f2669..2c47c93a9aefb3686ab06fc1b9bbc2a3883ba7ac 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -1909,6 +1909,7 @@ class Library : public Object {
|
| static bool IsKeyUsed(intptr_t key);
|
|
|
| static void InitCoreLibrary(Isolate* isolate);
|
| + static void InitCollectionLibrary(Isolate* isolate);
|
| static void InitMathLibrary(Isolate* isolate);
|
| static void InitIsolateLibrary(Isolate* isolate);
|
| static void InitMirrorsLibrary(Isolate* isolate);
|
| @@ -1917,6 +1918,7 @@ class Library : public Object {
|
|
|
| static RawLibrary* CoreLibrary();
|
| static RawLibrary* CoreImplLibrary();
|
| + static RawLibrary* CollectionLibrary();
|
| static RawLibrary* MathLibrary();
|
| static RawLibrary* IsolateLibrary();
|
| static RawLibrary* MirrorsLibrary();
|
|
|