| Index: Source/modules/geolocation/Geolocation.h
|
| diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h
|
| index 3d70e847d372b212e9a33937a24f3d966c5e0579..c638bd3bb79cda3a2919c13d1fef90068a7a9a61 100644
|
| --- a/Source/modules/geolocation/Geolocation.h
|
| +++ b/Source/modules/geolocation/Geolocation.h
|
| @@ -102,8 +102,8 @@ private:
|
|
|
| explicit Geolocation(ExecutionContext*);
|
|
|
| - typedef HeapVector<Member<GeoNotifier> > GeoNotifierVector;
|
| - typedef HeapHashSet<Member<GeoNotifier> > GeoNotifierSet;
|
| + typedef HeapVector<Member<GeoNotifier>> GeoNotifierVector;
|
| + typedef HeapHashSet<Member<GeoNotifier>> GeoNotifierSet;
|
|
|
| bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); }
|
|
|
|
|