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(); |