LibWeb: Remove unused HTMLParser function declaration
There is no implementation of this function: HTMLParser::stack_of_open_elements_has_element_with_tag_name_in_scope
This commit is contained in:
parent
f61fb08492
commit
9130ecfd5e
Notes:
sideshowbarker
2024-07-17 18:44:38 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/9130ecfd5e Pull-request: https://github.com/SerenityOS/serenity/pull/12559
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ private:
|
|||
|
||||
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&, const FlyString& namespace_);
|
||||
|
||||
struct AdjustedInsertionLocation {
|
||||
|
|
Loading…
Add table
Reference in a new issue