mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibWeb: Fix HTMLDocumentParser build
This commit is contained in:
parent
308cb69329
commit
5f8cbe6a1b
Notes:
sideshowbarker
2024-07-19 06:01:48 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5f8cbe6a1b2
1 changed files with 1 additions and 1 deletions
|
@ -939,7 +939,7 @@ void HTMLDocumentParser::handle_in_cell(HTMLToken& token)
|
|||
PARSE_ERROR();
|
||||
}
|
||||
|
||||
m_stack_of_open_elements.pop_until_an_element_with_tag_name_has_been_popped(token.tag_name())
|
||||
m_stack_of_open_elements.pop_until_an_element_with_tag_name_has_been_popped(token.tag_name());
|
||||
|
||||
m_list_of_active_formatting_elements.clear_up_to_the_last_marker();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue