| Index: Source/web/WebGeolocationPermissionRequestManager.cpp
|
| diff --git a/Source/web/WebGeolocationPermissionRequestManager.cpp b/Source/web/WebGeolocationPermissionRequestManager.cpp
|
| index 54ae4d2e8468b9c0e2964d153ba56dd9753536ee..71e8ef2787462699255b5eaeebecff8f15273427 100644
|
| --- a/Source/web/WebGeolocationPermissionRequestManager.cpp
|
| +++ b/Source/web/WebGeolocationPermissionRequestManager.cpp
|
| @@ -33,7 +33,7 @@
|
| namespace blink {
|
|
|
| typedef PersistentHeapHashMap<Member<Geolocation>, int> GeolocationIdMap;
|
| -typedef PersistentHeapHashMap<int, Member<Geolocation> > IdGeolocationMap;
|
| +typedef PersistentHeapHashMap<int, Member<Geolocation>> IdGeolocationMap;
|
|
|
| class WebGeolocationPermissionRequestManagerPrivate {
|
| public:
|
|
|