Bug 266040
| Summary: | Use WeakRef / WeakPtr to store non-stack RenderObjects | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Layout and Rendering | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Use WeakRef / WeakPtr to store non-stack RenderObjects instead of CheckedRef / CheckedPtr.
Crashes generated by CheckedRef / CheckedPtr are not actionable if the smart pointer is not on the stack.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
<rdar://118737861>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/21482
EWS
Committed 271749@main (a94d55eae68f): <https://commits.webkit.org/271749@main>
Reviewed commits have been landed. Closing PR #21482 and removing active labels.