| 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 31e83bb151fa61ca5877db1a5ab4d7896526114e..c030bbcc2018f14bd23b486c10f364232fda57b5 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| +++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
|
| @@ -76,7 +76,7 @@ void GeoNotifier::stopTimer()
|
| m_timer.stop();
|
| }
|
|
|
| -void GeoNotifier::timerFired(Timer<GeoNotifier>*)
|
| +void GeoNotifier::timerFired(TimerBase*)
|
| {
|
| m_timer.stop();
|
|
|
|
|