Bug 253765
| Summary: | Update Document::m_ranges to be a WeakHashSet | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | DOM | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | commit-queue, fujii.hironori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 253875 | ||
| Bug Blocks: | |||
Chris Dumez
Update Document::m_ranges to be a WeakHashSet.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/11407
EWS
Committed 261586@main (a526a939ab0c): <https://commits.webkit.org/261586@main>
Reviewed commits have been landed. Closing PR #11407 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/106660404>
Fujii Hironori
The assertion is randomly crashing.
> ASSERTION FAILED: m_ranges.isEmptyIgnoringNullReferences()
> dom/Document.cpp(716) : virtual WebCore::Document::~Document()
https://results.webkit.org/?suite=layout-tests&test=editing%2Fdeleting%2Fdelete-block-merge-contents-011.html
https://ews-build.webkit.org/#/builders/84/builds/9917
WebKit Commit Bot
Re-opened since this is blocked by bug 253875
Fujii Hironori
Thank you for fixing. Closed again.