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