diff options
Diffstat (limited to 'Libraries/LibWeb/HTML/Parser/HTMLDocumentParser.h')
-rw-r--r-- | Libraries/LibWeb/HTML/Parser/HTMLDocumentParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/HTML/Parser/HTMLDocumentParser.h b/Libraries/LibWeb/HTML/Parser/HTMLDocumentParser.h index bc75cf4990..8361eebc1c 100644 --- a/Libraries/LibWeb/HTML/Parser/HTMLDocumentParser.h +++ b/Libraries/LibWeb/HTML/Parser/HTMLDocumentParser.h @@ -115,6 +115,7 @@ private: void stop_parsing() { m_stop_parsing = true; } void generate_implied_end_tags(const FlyString& exception = {}); + void generate_all_implied_end_tags_thoroughly(); bool stack_of_open_elements_has_element_with_tag_name_in_scope(const FlyString& tag_name); NonnullRefPtr<DOM::Element> create_element_for(const HTMLToken&); |