mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibWeb: Initialize HTML::EventLoop with its type
This commit is contained in:
committed by
Andreas Kling
parent
aa4e18fca5
commit
5d8784318d
Notes:
sideshowbarker
2024-07-16 19:42:24 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/5d8784318d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/543
@@ -76,7 +76,7 @@ public:
|
||||
bool execution_paused() const { return m_execution_paused; }
|
||||
|
||||
private:
|
||||
EventLoop();
|
||||
explicit EventLoop(Type);
|
||||
|
||||
virtual void visit_edges(Visitor&) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user