| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 63d75db1a922ae4fe69f3fa75ebc1dc575b5b20e..c8750002dd97c6de4f0d0f88fe54546e6e3494ec 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -532,6 +532,7 @@ class Object {
|
| static RawClass* subtypetestcache_class() { return subtypetestcache_class_; }
|
|
|
| // Initialize the VM isolate.
|
| + static void InitNull(Isolate* isolate);
|
| static void InitOnce(Isolate* isolate);
|
| static void FinalizeVMIsolate(Isolate* isolate);
|
|
|
|
|