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