Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
| index 14c2392cdaf4aa5329d4d8a20a14170a9ab50367..4aefd3a51ba7c72c77072033b76eef318d5f891d 100644 |
| --- a/runtime/vm/isolate.cc |
| +++ b/runtime/vm/isolate.cc |
| @@ -649,10 +649,7 @@ static void ShutdownIsolate(uword parameter) { |
| if (!error.IsNull()) { |
| OS::PrintErr("in ShutdownIsolate: %s\n", error.ToErrorCString()); |
| } |
| - } |
| - { |
| // Shut the isolate down. |
|
siva
2013/07/08 21:54:39
I think this may end up accessing the deleted isol
|
| - SwitchIsolateScope switch_scope(isolate); |
| Dart::ShutdownIsolate(); |
| } |
| } |