mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb/SVG: SVGGradientElement includes SVGURIReference
This commit is contained in:
parent
fbb5bc471d
commit
c8e6a95988
Notes:
sideshowbarker
2024-07-17 07:14:07 +09:00
Author: https://github.com/jamierocks
Commit: c8e6a95988
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/666
3 changed files with 13 additions and 2 deletions
|
@ -140,4 +140,10 @@ void SVGGradientElement::initialize(JS::Realm& realm)
|
|||
WEB_SET_PROTOTYPE_FOR_INTERFACE(SVGGradientElement);
|
||||
}
|
||||
|
||||
void SVGGradientElement::visit_edges(Cell::Visitor& visitor)
|
||||
{
|
||||
Base::visit_edges(visitor);
|
||||
SVGURIReferenceMixin::visit_edges(visitor);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue