| Index: Source/modules/geolocation/GeoNotifier.cpp
|
| diff --git a/Source/modules/geolocation/GeoNotifier.cpp b/Source/modules/geolocation/GeoNotifier.cpp
|
| index bf9629ea84feddf4e34d6535845671b0cc49e08c..f54f211bd457ca9f5a470b8d65caec7af7e93462 100644
|
| --- a/Source/modules/geolocation/GeoNotifier.cpp
|
| +++ b/Source/modules/geolocation/GeoNotifier.cpp
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace blink {
|
|
|
| -GeoNotifier::GeoNotifier(Geolocation* geolocation, PassOwnPtrWillBeRawPtr<PositionCallback> successCallback, PassOwnPtrWillBeRawPtr<PositionErrorCallback> errorCallback, PositionOptions* options)
|
| +GeoNotifier::GeoNotifier(Geolocation* geolocation, PositionCallback* successCallback, PositionErrorCallback* errorCallback, PositionOptions* options)
|
| // FIXME : m_geolocation should be removed, it makes circular dependancy.
|
| : m_geolocation(geolocation)
|
| , m_successCallback(successCallback)
|
|
|