Chromium Code Reviews| Index: runtime/vm/dart.h |
| diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h |
| index ea40e43386e40197158ef7b83a4373fcb2e0f103..10ffea38ede7503a288badc55be03f49e7bbd243 100644 |
| --- a/runtime/vm/dart.h |
| +++ b/runtime/vm/dart.h |
| @@ -117,6 +117,7 @@ class Dart : public AllStatic { |
| private: |
| static void WaitForIsolateShutdown(); |
| + static void WaitForApplicationIsolateShutdown(); |
| static Isolate* vm_isolate_; |
| static int64_t start_time_; |