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