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

Unified Diff: runtime/vm/dart.cc

Issue 1030013002: Shutdown the service isolate when shutting down the VM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index 5f09db11b0780ebff133ea425684609c5ac9b961..3b0c1fa3a9023e88a97872a795ead05196b87df1 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -184,6 +184,7 @@ const char* Dart::Cleanup() {
TargetCPUFeatures::Cleanup();
#endif
+ ServiceIsolate::Shutdown();
zra 2015/03/24 21:53:59 Make a note that this needs to happen before we tr
Cutch 2015/03/24 23:39:07 I've moved it up and left a note.
Profiler::Shutdown();
CodeObservers::DeleteAll();

Powered by Google App Engine
This is Rietveld 408576698