| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index 8061e9d5eefc16cc196a9d4ac005588776e463f6..1d9105de5405f81c22d2504c0e3c81ccc46dbb19 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();
|
|
|