 Chromium Code Reviews
 Chromium Code Reviews Issue 1177153005:
  Enables clean VM shutdown.  (Closed) 
  Base URL: git@github.com:dart-lang/sdk.git@master
    
  
    Issue 1177153005:
  Enables clean VM shutdown.  (Closed) 
  Base URL: git@github.com:dart-lang/sdk.git@master| Index: runtime/vm/isolate.h | 
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h | 
| index 2b1256f4c6abe6fffe68ccfb2f5cf3a60d5a18db..140bd293b02ab1a0b7cac52cc97d16a78c19bcfc 100644 | 
| --- a/runtime/vm/isolate.h | 
| +++ b/runtime/vm/isolate.h | 
| @@ -722,6 +722,8 @@ class Isolate : public BaseIsolate { | 
| private: | 
| explicit Isolate(const Dart_IsolateFlags& api_flags); | 
| + static void KillAllIsolates(Isolate* isolate); | 
| + | 
| void BuildName(const char* name_prefix); | 
| void PrintInvokedFunctions(); |