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