Bug 244146

Summary: Move HTMLDialogElement handling out of Element::removedFromAncestor()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ntim
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2022-08-19 16:05:37 PDT
Move HTMLDialogElement handling out of Element::removedFromAncestor() since this is a very hot code path. Instead, move the logic to HTMLDialogElement::removedFromAncestor().
Attachments
Chris Dumez
Comment 1 2022-08-19 16:10:20 PDT
Note You need to log in before you can comment on or make changes to this bug.