RESOLVED FIXED266422
Stop using CheckedPtrs with Geolocation
https://bugs.webkit.org/show_bug.cgi?id=266422
Summary Stop using CheckedPtrs with Geolocation
Chris Dumez
Reported 2023-12-14 10:21:13 PST
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
Chris Dumez
Comment 1 2023-12-14 10:23:58 PST
EWS
Comment 2 2023-12-14 14:49:17 PST
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
Comment 3 2023-12-14 14:50:16 PST
Note You need to log in before you can comment on or make changes to this bug.