diff options
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLHRElement.h')
-rw-r--r-- | Libraries/LibWeb/HTML/HTMLHRElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLHRElement.h b/Libraries/LibWeb/HTML/HTMLHRElement.h index bce708ec73..219ba8bde3 100644 --- a/Libraries/LibWeb/HTML/HTMLHRElement.h +++ b/Libraries/LibWeb/HTML/HTMLHRElement.h @@ -34,7 +34,7 @@ class HTMLHRElement final : public HTMLElement { public: using WrapperType = Bindings::HTMLHRElementWrapper; - HTMLHRElement(DOM::Document&, const FlyString& local_name); + HTMLHRElement(DOM::Document&, const QualifiedName& qualified_name); virtual ~HTMLHRElement() override; }; |