Index: Source/modules/geolocation/GeolocationController.h |
diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h |
index bd2e7293b7bb17ad1dc14e0897603be8e13db570..13205dffe94fc3216599cae5a484cf66c03e1dbc 100644 |
--- a/Source/modules/geolocation/GeolocationController.h |
+++ b/Source/modules/geolocation/GeolocationController.h |
@@ -81,7 +81,7 @@ private: |
bool m_hasClientForTest; |
PersistentWillBeMember<GeolocationPosition> m_lastPosition; |
- typedef PersistentHeapHashSetWillBeHeapHashSet<Member<Geolocation> > ObserversSet; |
+ typedef PersistentHeapHashSetWillBeHeapHashSet<Member<Geolocation>> ObserversSet; |
// All observers; both those requesting high accuracy and those not. |
ObserversSet m_observers; |
ObserversSet m_highAccuracyObservers; |