LibWeb: Remove more hand-rolled type information :^)

Hoo boy, we've really accumulated a lot of this stuff.
This commit is contained in:
Andreas Kling
2021-01-01 18:12:33 +01:00
parent d2613403e0
commit 3bb0cb2202
15 changed files with 5 additions and 40 deletions

View File

@@ -49,8 +49,6 @@ public:
bool cannot_navigate() const;
private:
virtual bool is_html_element() const final { return true; }
enum class ContentEditableState {
True,
False,