summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLBRElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLBRElement.cpp')
-rw-r--r--Libraries/LibWeb/HTML/HTMLBRElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLBRElement.cpp b/Libraries/LibWeb/HTML/HTMLBRElement.cpp
index 672263e987..9774430ca5 100644
--- a/Libraries/LibWeb/HTML/HTMLBRElement.cpp
+++ b/Libraries/LibWeb/HTML/HTMLBRElement.cpp
@@ -29,8 +29,8 @@
namespace Web::HTML {
-HTMLBRElement::HTMLBRElement(DOM::Document& document, const FlyString& tag_name)
- : HTMLElement(document, tag_name)
+HTMLBRElement::HTMLBRElement(DOM::Document& document, const QualifiedName& qualified_name)
+ : HTMLElement(document, qualified_name)
{
}