mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
LibWeb/SVG: Make SVGClipPathElement inherit from SVGGraphicsElement
This commit is contained in:
committed by
Alexander Kalenik
parent
08ebfaff17
commit
3f8d4c2c92
@@ -14,7 +14,7 @@ namespace Web::SVG {
|
||||
GC_DEFINE_ALLOCATOR(SVGClipPathElement);
|
||||
|
||||
SVGClipPathElement::SVGClipPathElement(DOM::Document& document, DOM::QualifiedName qualified_name)
|
||||
: SVGElement(document, move(qualified_name))
|
||||
: SVGGraphicsElement(document, move(qualified_name))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user