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