mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 06:07:36 +00:00
LibWeb: Remove more hand-rolled type information :^)
Hoo boy, we've really accumulated a lot of this stuff.
This commit is contained in:
parent
d2613403e0
commit
3bb0cb2202
15 changed files with 5 additions and 40 deletions
|
@ -36,9 +36,6 @@ public:
|
|||
|
||||
HTMLUnknownElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
virtual ~HTMLUnknownElement() override;
|
||||
|
||||
private:
|
||||
virtual bool is_unknown_html_element() const final { return true; }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue