| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 612a80b0b66b581dcdde0b5ec7a6e42abc434aac..9625c8691cca789b73b9a9862927f9ab94383ad2 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);
|
|
|
|
|