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
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.