| Index: third_party/WebKit/Source/modules/geolocation/Geolocation.h
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/Geolocation.h b/third_party/WebKit/Source/modules/geolocation/Geolocation.h
|
| index e4aed045f52a159b4f269b9c530478332a671486..1190abadd783939fced5244883af36a237793a07 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/Geolocation.h
|
| +++ b/third_party/WebKit/Source/modules/geolocation/Geolocation.h
|
| @@ -44,6 +44,7 @@ namespace blink {
|
|
|
| class Document;
|
| class LocalFrame;
|
| +class GeolocationController;
|
| class GeolocationError;
|
| class ExecutionContext;
|
|
|
| @@ -186,6 +187,8 @@ private:
|
| Permission m_geolocationPermission;
|
|
|
| GeoNotifierSet m_requestsAwaitingCachedPosition;
|
| +
|
| + Member<GeolocationController> m_controller;
|
| };
|
|
|
| } // namespace blink
|
|
|