diff options
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLBodyElement.h')
-rw-r--r-- | Libraries/LibWeb/HTML/HTMLBodyElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLBodyElement.h b/Libraries/LibWeb/HTML/HTMLBodyElement.h index 175ee0c23d..7b06d5de45 100644 --- a/Libraries/LibWeb/HTML/HTMLBodyElement.h +++ b/Libraries/LibWeb/HTML/HTMLBodyElement.h @@ -34,7 +34,7 @@ class HTMLBodyElement final : public HTMLElement { public: using WrapperType = Bindings::HTMLBodyElementWrapper; - HTMLBodyElement(DOM::Document&, const FlyString& local_name); + HTMLBodyElement(DOM::Document&, const QualifiedName& qualified_name); virtual ~HTMLBodyElement() override; virtual void parse_attribute(const FlyString&, const String&) override; |