Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
| index 14c2392cdaf4aa5329d4d8a20a14170a9ab50367..76e62354197c7c60ab20b24dc4c4f12c0d09bc7c 100644 |
| --- a/runtime/vm/isolate.cc |
| +++ b/runtime/vm/isolate.cc |
| @@ -649,6 +649,7 @@ static void ShutdownIsolate(uword parameter) { |
| if (!error.IsNull()) { |
| OS::PrintErr("in ShutdownIsolate: %s\n", error.ToErrorCString()); |
| } |
| + Dart::RunShutdownCallback(); |
| } |
| { |
| // Shut the isolate down. |