Index: runtime/vm/dart.h |
diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h |
index c4f9414a4f055386a042c668d4c021d185d3a508..3eded72398c386efd9dae682872f29908cb50a50 100644 |
--- a/runtime/vm/dart.h |
+++ b/runtime/vm/dart.h |
@@ -39,6 +39,7 @@ class Dart : public AllStatic { |
const Dart_IsolateFlags& api_flags); |
static RawError* InitializeIsolate(const uint8_t* snapshot, void* data); |
static void RunShutdownCallback(); |
+ static void ShutdownIsolate(Isolate* isolate); |
static void ShutdownIsolate(); |
static Isolate* vm_isolate() { return vm_isolate_; } |