diff options
Diffstat (limited to 'WebCore/page/Geolocation.h')
-rw-r--r-- | WebCore/page/Geolocation.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/WebCore/page/Geolocation.h b/WebCore/page/Geolocation.h index 18c2be3..f74c87b 100644 --- a/WebCore/page/Geolocation.h +++ b/WebCore/page/Geolocation.h @@ -95,13 +95,8 @@ private: bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); } void sendError(Vector<RefPtr<GeoNotifier> >&, PositionError*); - void sendErrorToOneShots(PositionError*); - void sendErrorToWatchers(PositionError*); - void sendPosition(Vector<RefPtr<GeoNotifier> >&, Geoposition*); - void sendPositionToOneShots(Geoposition*); - void sendPositionToWatchers(Geoposition*); - + static void stopTimer(Vector<RefPtr<GeoNotifier> >&); void stopTimersForOneShots(); void stopTimersForWatchers(); |