Bug 278468
Summary: | Crash in `FrameLoader::checkLoadCompleteForThisFrame` | ||
---|---|---|---|
Product: | WebKit | Reporter: | Charlie Wolfe <charliew> |
Component: | WebCore Misc. | Assignee: | Charlie Wolfe <charliew> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Charlie Wolfe
An unneeded strong reference is held on `document` in the lambda passed to `DataDetection::detectContentInFrame`. Remove it to avoid destroying `document` on a background thread.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Charlie Wolfe
<rdar://problem/134070948>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/32532
EWS
Committed 282572@main (04aa45e3bbf8): <https://commits.webkit.org/282572@main>
Reviewed commits have been landed. Closing PR #32532 and removing active labels.
EWS
Committed 280938.259@safari-7619-branch (18d9a2829a49): <https://commits.webkit.org/280938.259@safari-7619-branch>
Reviewed commits have been landed. Closing PR #1632 and removing active labels.