Chromium Code Reviews| Index: src/d8.h |
| diff --git a/src/d8.h b/src/d8.h |
| index ae9c4f222cee1bbb549a7e3dc9fe0ad08d019686..f982b267c6f09a22e5f7340619afa5228ce18424 100644 |
| --- a/src/d8.h |
| +++ b/src/d8.h |
| @@ -349,6 +349,7 @@ class Shell : public i::AllStatic { |
| static void Exit(int exit_code); |
| static void OnExit(Isolate* isolate); |
| static void CollectGarbage(Isolate* isolate); |
| + static void EmptyMessageQueues(Isolate* isolate); |
| #ifndef V8_SHARED |
| // TODO(binji): stupid implementation for now. Is there an easy way to hash an |