Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 92b7782a45213ed02ab8bd6b98ecc36ebc652740
https://github.com/WebKit/WebKit/commit/92b7782a45213ed02ab8bd6b98ecc36ebc652740
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M Source/WebCore/Modules/geolocation/GeoNotifier.cpp
M Source/WebCore/Modules/geolocation/GeoNotifier.h
M Source/WebCore/Modules/geolocation/Geolocation.cpp
M Source/WebCore/Modules/geolocation/Geolocation.h
Log Message:
-----------
Reduce unsafeness in Geolocation
https://bugs.webkit.org/show_bug.cgi?id=305188
Reviewed by Chris Dumez.
Migrate from RefPtr to Ref, pointer to reference, enum to class enum,
and make use of const member variables to avoid additional reffing.
Canonical link: https://commits.webkit.org/305356@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications