mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb/SVG: SVGScriptElement includes SVGURIReference
This commit is contained in:
committed by
Andreas Kling
parent
796de74956
commit
fbb5bc471d
@@ -28,6 +28,7 @@ void SVGScriptElement::initialize(JS::Realm& realm)
|
||||
void SVGScriptElement::visit_edges(Cell::Visitor& visitor)
|
||||
{
|
||||
Base::visit_edges(visitor);
|
||||
SVGURIReferenceMixin::visit_edges(visitor);
|
||||
visitor.visit(m_script);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user