Bug 266422
| Summary: | Stop using CheckedPtrs with Geolocation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebCore Misc. | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Stop using CheckedPtrs with Geolocation. Geolocation is refcounted so we can use RefPtr<Geolocation> for stack variables and we should be using WeakPtr for storing as data members or in containers.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/21809
EWS
Committed 272073@main (1f20be81cbe1): <https://commits.webkit.org/272073@main>
Reviewed commits have been landed. Closing PR #21809 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/119689356>