diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLFrameSetElement.h')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/HTMLFrameSetElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLFrameSetElement.h b/Userland/Libraries/LibWeb/HTML/HTMLFrameSetElement.h index 0c2af01678..1e81e3dc57 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLFrameSetElement.h +++ b/Userland/Libraries/LibWeb/HTML/HTMLFrameSetElement.h @@ -35,7 +35,7 @@ class HTMLFrameSetElement final : public HTMLElement { public: using WrapperType = Bindings::HTMLFrameSetElementWrapper; - HTMLFrameSetElement(DOM::Document&, const QualifiedName& qualified_name); + HTMLFrameSetElement(DOM::Document&, QualifiedName); virtual ~HTMLFrameSetElement() override; }; |