| Index: Source/modules/geolocation/GeolocationController.h
|
| diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h
|
| index db021582ef4ad7e8b905c5320b749b2d45782f59..e50da4645eb490c40df6af4e5305a5fac1e7e878 100644
|
| --- a/Source/modules/geolocation/GeolocationController.h
|
| +++ b/Source/modules/geolocation/GeolocationController.h
|
| @@ -91,7 +91,7 @@ private:
|
| ObserversSet m_observers;
|
| ObserversSet m_highAccuracyObservers;
|
| bool m_isClientUpdating;
|
| - GeolocationInspectorAgent* m_inspectorAgent;
|
| + RawPtrWillBeMember<GeolocationInspectorAgent> m_inspectorAgent;
|
| };
|
|
|
| } // namespace blink
|
|
|