| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 24aaa12c7b0d756c4595f5f2e0a4b70de2379079..cb21189bd9b81f93f4dfc3b2e35682a5d35bd28a 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2761,6 +2761,7 @@ class Library : public Object {
|
| static void InitNativeWrappersLibrary(Isolate* isolate);
|
|
|
| static RawLibrary* AsyncLibrary();
|
| + static RawLibrary* ConvertLibrary();
|
| static RawLibrary* CoreLibrary();
|
| static RawLibrary* CollectionLibrary();
|
| static RawLibrary* InternalLibrary();
|
|
|