summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLLabelElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLLabelElement.h')
-rw-r--r--Userland/Libraries/LibWeb/HTML/HTMLLabelElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLLabelElement.h b/Userland/Libraries/LibWeb/HTML/HTMLLabelElement.h
index 210e366ee0..36ec0c8090 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLLabelElement.h
+++ b/Userland/Libraries/LibWeb/HTML/HTMLLabelElement.h
@@ -34,7 +34,7 @@ class HTMLLabelElement final : public HTMLElement {
public:
using WrapperType = Bindings::HTMLLabelElementWrapper;
- HTMLLabelElement(DOM::Document&, const QualifiedName& qualified_name);
+ HTMLLabelElement(DOM::Document&, QualifiedName);
virtual ~HTMLLabelElement() override;
};