Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index abf4f1dc654bdcd38fd0ef61b3237931c6b07afa..49ddbe0adc46d5c71ba54fefe1a3b0195b152834 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, |
+ Handle<Object> handler); |
}; |