Bug 244146 - Move HTMLDialogElement handling out of Element::removedFromAncestor()
Summary: Move HTMLDialogElement handling out of Element::removedFromAncestor()
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-19 16:05 PDT by Chris Dumez
Modified: 2022-08-20 11:26 PDT (History)
1 user (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 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().
Comment 1 Chris Dumez 2022-08-19 16:10:20 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3490