Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index bfe0470494cdd73be5e81c9cb32591ff22193038..f2aec48787d459fc1b073a74584d1659be4c50d7 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -538,6 +538,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); |