| Index: runtime/vm/dart.h
|
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h
|
| index 61a7a7bfb505104853a76601b15540a16b6c3bd7..d1c592a6ed7619f647cf90a7fdbace4859260c69 100644
|
| --- a/runtime/vm/dart.h
|
| +++ b/runtime/vm/dart.h
|
| @@ -31,6 +31,7 @@ class Dart : public AllStatic {
|
|
|
| static Isolate* CreateIsolate(const char* name_prefix);
|
| static RawError* InitializeIsolate(const uint8_t* snapshot, void* data);
|
| + static void RunShutdownCallback();
|
| static void ShutdownIsolate();
|
|
|
| static Isolate* vm_isolate() { return vm_isolate_; }
|
|
|