| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index 50e33aad512e9246d63d55c259879066f882894b..6647215998a3b3c14450cea61199ae4f0a65602c 100644
|
| --- a/runtime/vm/dart.cc
|
| +++ b/runtime/vm/dart.cc
|
| @@ -233,7 +233,7 @@ const char* Dart::Cleanup() {
|
| Isolate::DisableIsolateCreation();
|
|
|
| // Send the OOB Kill message to all remaining application isolates.
|
| - Isolate::KillAllIsolates();
|
| + Isolate::KillAllIsolates(Isolate::kInternalKillMsg);
|
|
|
| // Shutdown the service isolate.
|
| ServiceIsolate::Shutdown();
|
|
|