diff --git a/Userland/Libraries/LibWeb/DOM/Element.h b/Userland/Libraries/LibWeb/DOM/Element.h index 4644aa5639..32f05d62d5 100644 --- a/Userland/Libraries/LibWeb/DOM/Element.h +++ b/Userland/Libraries/LibWeb/DOM/Element.h @@ -6,7 +6,6 @@ #pragma once -#include #include #include #include @@ -82,7 +81,6 @@ public: // NOTE: This is for the JS bindings FlyString const& tag_name() const { return html_uppercased_qualified_name(); } - ByteString deprecated_tag_name() const { return html_uppercased_qualified_name().to_deprecated_fly_string(); } Optional const& prefix() const { return m_qualified_name.prefix(); }