| Index: Source/modules/geolocation/GeolocationController.cpp
|
| diff --git a/Source/modules/geolocation/GeolocationController.cpp b/Source/modules/geolocation/GeolocationController.cpp
|
| index 335cd6a163e8cc02f579c22f9057dba81d52602f..c075294778d3206af2315e74b3e6e473e6468a70 100644
|
| --- a/Source/modules/geolocation/GeolocationController.cpp
|
| +++ b/Source/modules/geolocation/GeolocationController.cpp
|
| @@ -96,6 +96,11 @@ void GeolocationController::willBeDestroyed()
|
| m_client->geolocationDestroyed();
|
| }
|
|
|
| +void GeolocationController::persistentHostHasBeenDestroyed()
|
| +{
|
| + observeContext(0);
|
| +}
|
| +
|
| PassOwnPtrWillBeRawPtr<GeolocationController> GeolocationController::create(LocalFrame& frame, GeolocationClient* client)
|
| {
|
| return adoptPtrWillBeNoop(new GeolocationController(frame, client));
|
|
|