LibWeb: Initialize HTML::EventLoop with its type

(cherry picked from commit 5d8784318d8240413e555bf2e55bc00d95ea0749)
This commit is contained in:
Andrew Kaster
2024-07-09 02:59:25 -06:00
committed by Nico Weber
parent fd55229c0e
commit f2e3d117a2
9 changed files with 11 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ public:
bool execution_paused() const { return m_execution_paused; }
private:
EventLoop();
explicit EventLoop(Type);
virtual void visit_edges(Visitor&) override;