Bug 256795
Summary: | BaselineContext m_items should not hold raw pointers | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
Component: | Layout and Rendering | Assignee: | Sammy Gill <sgill26> |
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 |
Sammy Gill
Instead of raw pointer's to the renderers we should use something else like a WeakPtr
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109363884>
zalan
(In reply to Sammy Gill from comment #0)
> Instead of raw pointer's to the renderers we should use something else like
> a WeakPtr
Preferably CheckedPtr.
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/13935
EWS
Committed 264132@main (62aba919edb6): <https://commits.webkit.org/264132@main>
Reviewed commits have been landed. Closing PR #13935 and removing active labels.