Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 3bfe15e4e5ea3f5a6a0ab0304b30176cf82bb783..457f85f5cee5995726050de85d86c1c8adc4f1b2 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -3491,6 +3491,7 @@ class Library : public Object { |
static RawLibrary* NativeWrappersLibrary(); |
static RawLibrary* ProfilerLibrary(); |
static RawLibrary* TypedDataLibrary(); |
+ static RawLibrary* VMServiceLibrary(); |
// Eagerly compile all classes and functions in the library. |
static RawError* CompileAll(); |