From 1b6ed558bb08d5cc3b2882291c56608e7e4c1649 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 18 Feb 2022 21:00:52 +0100 Subject: LibWeb: Move QualifiedName into the Web::DOM namespace --- Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.h') diff --git a/Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.h b/Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.h index fac96b510b..1222355040 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.h +++ b/Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.h @@ -14,7 +14,7 @@ class HTMLHtmlElement final : public HTMLElement { public: using WrapperType = Bindings::HTMLHtmlElementWrapper; - HTMLHtmlElement(DOM::Document&, QualifiedName); + HTMLHtmlElement(DOM::Document&, DOM::QualifiedName); virtual ~HTMLHtmlElement() override; bool should_use_body_background_properties() const; -- cgit v1.2.3