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