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