diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLMapElement.h')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/HTMLMapElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLMapElement.h b/Userland/Libraries/LibWeb/HTML/HTMLMapElement.h index c21de61c50..bf66b80239 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLMapElement.h +++ b/Userland/Libraries/LibWeb/HTML/HTMLMapElement.h @@ -14,7 +14,7 @@ class HTMLMapElement final : public HTMLElement { public: using WrapperType = Bindings::HTMLMapElementWrapper; - HTMLMapElement(DOM::Document&, QualifiedName); + HTMLMapElement(DOM::Document&, DOM::QualifiedName); virtual ~HTMLMapElement() override; }; |