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