| Index: Source/modules/geolocation/GeolocationWatchers.h
|
| diff --git a/Source/modules/geolocation/GeolocationWatchers.h b/Source/modules/geolocation/GeolocationWatchers.h
|
| index ab6519574ed5e29faba0eb4d7917ee116a87d63f..6f94d9665eb1efdb573bc20ff6a52764ae5b10d4 100644
|
| --- a/Source/modules/geolocation/GeolocationWatchers.h
|
| +++ b/Source/modules/geolocation/GeolocationWatchers.h
|
| @@ -26,10 +26,10 @@ public:
|
| void clear();
|
| bool isEmpty() const;
|
|
|
| - void getNotifiersVector(HeapVector<Member<GeoNotifier> >&) const;
|
| + void getNotifiersVector(HeapVector<Member<GeoNotifier>>&) const;
|
|
|
| private:
|
| - typedef HeapHashMap<int, Member<GeoNotifier> > IdToNotifierMap;
|
| + typedef HeapHashMap<int, Member<GeoNotifier>> IdToNotifierMap;
|
| typedef HeapHashMap<Member<GeoNotifier>, int> NotifierToIdMap;
|
|
|
| IdToNotifierMap m_idToNotifierMap;
|
|
|