| Index: third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| index 1a0c8a71baba2823820ad2e1304dc73ba535964d..7bbc3f62d56db958cca0b074f57da48834f76d9f 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| +++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| @@ -82,7 +82,7 @@ void GeoNotifier::timerFired(Timer<GeoNotifier>*)
|
| // Test for fatal error first. This is required for the case where the LocalFrame is
|
| // disconnected and requests are cancelled.
|
| if (m_fatalError) {
|
| - runErrorCallback(m_fatalError.get());
|
| + runErrorCallback(m_fatalError);
|
| // This will cause this notifier to be deleted.
|
| m_geolocation->fatalErrorOccurred(this);
|
| return;
|
|
|