mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +00:00
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
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
Add a link
Reference in a new issue