mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
LibWeb: Stub out HTML::EventLoop::process() with spec FIXME's
This commit is contained in:
@@ -20,6 +20,7 @@ public:
|
||||
TaskQueue const& task_queue() const { return m_task_queue; }
|
||||
|
||||
void spin_until(Function<bool()> goal_condition);
|
||||
void process();
|
||||
|
||||
Task const* currently_running_task() const { return m_currently_running_task; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user