| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 770bd0ca353a58b479428ffc526270af9641820f..5632d71001ce9fa6f08292888b24c94a6429482d 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3519,6 +3519,7 @@ class Library : public Object {
|
| static RawLibrary* MirrorsLibrary();
|
| static RawLibrary* NativeWrappersLibrary();
|
| static RawLibrary* TypedDataLibrary();
|
| + static RawLibrary* UriLibrary();
|
| static RawLibrary* VMServiceLibrary();
|
|
|
| // Eagerly compile all classes and functions in the library.
|
|
|