Index: Source/WebCore/page/Geolocation.h |
=================================================================== |
--- Source/WebCore/page/Geolocation.h (revision 91141) |
+++ Source/WebCore/page/Geolocation.h (working copy) |
@@ -100,7 +100,7 @@ |
void startTimerIfNeeded(); |
void timerFired(Timer<GeoNotifier>*); |
- Geolocation* m_geolocation; |
+ RefPtr<Geolocation> m_geolocation; |
RefPtr<PositionCallback> m_successCallback; |
RefPtr<PositionErrorCallback> m_errorCallback; |
RefPtr<PositionOptions> m_options; |