Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 72ca988e705b503c6098eaa2e2ba777e586496ad..916c0021406d4f160bacde3803bdb1943d3357b6 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -3482,6 +3482,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. |