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