Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: runtime/vm/dart.h

Issue 18862004: Call shutdown callback before the isolate is destroyed (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }

Powered by Google App Engine
This is Rietveld 408576698