LibWeb: Initialize HTML::EventLoop with its type

This commit is contained in:
Andrew Kaster
2024-07-09 02:59:25 -06:00
committed by Andreas Kling
parent aa4e18fca5
commit 5d8784318d
Notes: sideshowbarker 2024-07-16 19:42:24 +09:00
10 changed files with 12 additions and 11 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;