mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibWeb: Add namespace to Element
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
|
||||
namespace Web::SVG {
|
||||
|
||||
SVGSVGElement::SVGSVGElement(DOM::Document& document, const FlyString& tag_name)
|
||||
: SVGGraphicsElement(document, tag_name)
|
||||
SVGSVGElement::SVGSVGElement(DOM::Document& document, const QualifiedName& qualified_name)
|
||||
: SVGGraphicsElement(document, qualified_name)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user