| Index: Source/modules/geolocation/GeolocationController.cpp
|
| diff --git a/Source/modules/geolocation/GeolocationController.cpp b/Source/modules/geolocation/GeolocationController.cpp
|
| index c5bf45367b4db0b5d8d78aaa07ca76608698a025..9ddecd3657b13c0bc40bd90261fabfdca5f2dbbf 100644
|
| --- a/Source/modules/geolocation/GeolocationController.cpp
|
| +++ b/Source/modules/geolocation/GeolocationController.cpp
|
| @@ -42,7 +42,7 @@ GeolocationController::GeolocationController(Page& page, GeolocationClient* clie
|
| , m_isClientUpdating(false)
|
| , m_inspectorAgent()
|
| {
|
| - OwnPtr<GeolocationInspectorAgent> geolocationAgent(GeolocationInspectorAgent::create(this));
|
| + OwnPtrWillBeRawPtr<GeolocationInspectorAgent> geolocationAgent(GeolocationInspectorAgent::create(this));
|
| m_inspectorAgent = geolocationAgent.get();
|
| page.inspectorController().registerModuleAgent(geolocationAgent.release());
|
| }
|
|
|