Bug 244146
| Summary: | Move HTMLDialogElement handling out of Element::removedFromAncestor() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | DOM | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | ntim |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Move HTMLDialogElement handling out of Element::removedFromAncestor() since this is a very hot code path. Instead, move the logic to HTMLDialogElement::removedFromAncestor().
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/3490