mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-03 21:02:39 +02:00
LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec
This commit is contained in:
@@ -58,5 +58,6 @@ private:
|
||||
};
|
||||
|
||||
EventLoop& main_thread_event_loop();
|
||||
void queue_global_task(HTML::Task::Source, DOM::Document&, Function<void()> steps);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user