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