 Chromium Code Reviews
 Chromium Code Reviews| Index: runtime/vm/dart.h | 
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h | 
| index e06ae4e38d99b9348f7629f84e414ee6bc00ed72..c0203cc4040b0c0cfcb1541fb7fbbfeb7ae92c00 100644 | 
| --- a/runtime/vm/dart.h | 
| +++ b/runtime/vm/dart.h | 
| @@ -55,6 +55,8 @@ class Dart : public AllStatic { | 
| static bool IsReadOnlyHandle(uword address); | 
| private: | 
| + static void WaitForIsolateShutdown(); | 
| + | 
| static Isolate* vm_isolate_; | 
| static ThreadPool* thread_pool_; | 
| static DebugInfo* pprof_symbol_generator_; |