Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index 371ea309d6cb9bca24e409596a94b6aea66d6b43..eda416c0da5409f82e9dda4bbbb749d24bf0ea01 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -171,6 +171,8 @@ class Execution : public AllStatic { |
static Handle<Object> TryGetConstructorDelegate(Isolate* isolate, |
Handle<Object> object, |
bool* has_pending_exception); |
+ |
+ static void RunMicrotasks(Isolate* isolate); |
}; |