Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index 563c496eb0594447b8929fd440019050dd307ae6..513ec735902e791f5c2d3b81f745cc40aada6b9c 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -121,9 +121,6 @@ class Execution V8_FINAL : public AllStatic { |
Handle<Object> object); |
static MaybeHandle<Object> TryGetConstructorDelegate(Isolate* isolate, |
Handle<Object> object); |
- |
- static void RunMicrotasks(Isolate* isolate); |
- static void EnqueueMicrotask(Isolate* isolate, Handle<Object> microtask); |
}; |