Bug 244150 - Move SVG pending resources handling out of Element::removedFromAncestor()
Summary: Move SVG pending resources handling out of Element::removedFromAncestor()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-19 17:48 PDT by Chris Dumez
Modified: 2022-08-24 08:50 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>