Index: runtime/vm/object_store.h |
diff --git a/runtime/vm/object_store.h b/runtime/vm/object_store.h |
index 4679122ab10a4fabccf332fbd22b4007e1809f0d..7a22e960569baea964e4bef0e2a0a4dcd10178a5 100644 |
--- a/runtime/vm/object_store.h |
+++ b/runtime/vm/object_store.h |
@@ -293,6 +293,7 @@ class ObjectStore { |
} |
} |
+ RawLibrary* builtin_library() const { return builtin_library_; } |
void set_builtin_library(const Library& value) { |
builtin_library_ = value.raw(); |
} |