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   

Description Chris Dumez 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().
Comment 1 Chris Dumez 2022-08-19 17:50:38 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3496
Comment 2 EWS 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.
Comment 3 Radar WebKit Bug Importer 2022-08-24 08:50:21 PDT
<rdar://problem/99086744>