Bug 244150

Summary: Move SVG pending resources handling out of Element::removedFromAncestor()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: SVGAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2022-08-19 17:48:57 PDT
Move SVG pending resources handling out of Element::removedFromAncestor() since this is a very hot code path. Instead, we now do this handling in SVGElement::removedFromAncestor().
Attachments
Chris Dumez
Comment 1 2022-08-19 17:50:38 PDT
EWS
Comment 2 2022-08-24 08:49:10 PDT
Committed 253721@main (31b1238c0b6d): <https://commits.webkit.org/253721@main> Reviewed commits have been landed. Closing PR #3496 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-08-24 08:50:21 PDT
Note You need to log in before you can comment on or make changes to this bug.