| Index: Source/modules/geolocation/GeolocationController.h
|
| diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h
|
| index 17e5cb8f9f4a37879fb6502967c807f37ae80eea..45285697cf4ce54040d962d8f28997821db5dc04 100644
|
| --- a/Source/modules/geolocation/GeolocationController.h
|
| +++ b/Source/modules/geolocation/GeolocationController.h
|
| @@ -80,6 +80,8 @@ private:
|
| void startUpdatingIfNeeded();
|
| void stopUpdatingIfNeeded();
|
|
|
| + void detach();
|
| +
|
| GeolocationClient* m_client;
|
| bool m_hasClientForTest;
|
|
|
|
|