Index: runtime/vm/service_isolate.cc |
diff --git a/runtime/vm/service_isolate.cc b/runtime/vm/service_isolate.cc |
index c07638fcd9fccccaeb512feb613b40421f7fc43b..1a6fe055761a5b833eea817df453effb4c09cc9e 100644 |
--- a/runtime/vm/service_isolate.cc |
+++ b/runtime/vm/service_isolate.cc |
@@ -770,7 +770,7 @@ void ServiceIsolate::KillServiceIsolate() { |
MonitorLocker ml(monitor_); |
shutting_down_ = true; |
} |
- Isolate::KillIfExists(isolate_); |
+ Isolate::KillIfExists(isolate_, Isolate::kInternalKillMsg); |
{ |
MonitorLocker ml(monitor_); |
while (shutting_down_) { |