WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
266422
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
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2023-12-14 10:23:58 PST
Pull request:
https://github.com/WebKit/WebKit/pull/21809
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
<
rdar://problem/119689356
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug