Chromium Code Reviews| Index: src/execution.h |
| diff --git a/src/execution.h b/src/execution.h |
| index abf4f1dc654bdcd38fd0ef61b3237931c6b07afa..72f23c8851b8ee2a0d5b3d82f3ed4d2b12f9fe9a 100644 |
| --- a/src/execution.h |
| +++ b/src/execution.h |
| @@ -175,6 +175,8 @@ class Execution : public AllStatic { |
| bool* has_pending_exception); |
| static void RunMicrotasks(Isolate* isolate); |
| + static void EnqueueExternalMicrotask(Isolate* isolate, |
| + v8::MicrotaskCallback callback); |
| }; |