mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add namespace to Element
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
HTMLPreElement::HTMLPreElement(DOM::Document& document, const FlyString& tag_name)
|
||||
: HTMLElement(document, tag_name)
|
||||
HTMLPreElement::HTMLPreElement(DOM::Document& document, const QualifiedName& qualified_name)
|
||||
: HTMLElement(document, qualified_name)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user