Index: Source/modules/geolocation/GeolocationController.cpp |
diff --git a/Source/modules/geolocation/GeolocationController.cpp b/Source/modules/geolocation/GeolocationController.cpp |
index 6b88e83292b0a9aeec1ba8a59ba0a5f901366ebf..1189472b0598b3017924e362c7b9616dd9314aff 100644 |
--- a/Source/modules/geolocation/GeolocationController.cpp |
+++ b/Source/modules/geolocation/GeolocationController.cpp |
@@ -99,11 +99,6 @@ GeolocationController::~GeolocationController() |
#endif |
} |
-void GeolocationController::persistentHostHasBeenDestroyed() |
-{ |
- observeContext(0); |
-} |
- |
PassOwnPtrWillBeRawPtr<GeolocationController> GeolocationController::create(LocalFrame& frame, GeolocationClient* client) |
{ |
return adoptPtrWillBeNoop(new GeolocationController(frame, client)); |