mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
LibWeb: Initialize HTML::EventLoop with its type
This commit is contained in:
parent
aa4e18fca5
commit
5d8784318d
Notes:
sideshowbarker
2024-07-16 19:42:24 +09:00
Author: https://github.com/ADKaster
Commit: 5d8784318d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/543
10 changed files with 12 additions and 11 deletions
|
@ -76,7 +76,7 @@ public:
|
|||
bool execution_paused() const { return m_execution_paused; }
|
||||
|
||||
private:
|
||||
EventLoop();
|
||||
explicit EventLoop(Type);
|
||||
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue