RESOLVED WONTFIX244146
Move HTMLDialogElement handling out of Element::removedFromAncestor()
https://bugs.webkit.org/show_bug.cgi?id=244146
Summary Move HTMLDialogElement handling out of Element::removedFromAncestor()
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.