| Index: third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
|
| index e254fe1eda3b0dac5b07298e5a61cafbba6a65d6..ee91c10adf5dc9eaba93f7e84898a4ca617c1dd9 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
|
| +++ b/third_party/WebKit/Source/modules/geolocation/GeoNotifier.h
|
| @@ -61,7 +61,7 @@ class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> {
|
| Member<PositionCallback> m_successCallback;
|
| Member<PositionErrorCallback> m_errorCallback;
|
| const PositionOptions m_options;
|
| - Timer<GeoNotifier> m_timer;
|
| + TaskRunnerTimer<GeoNotifier> m_timer;
|
| Member<PositionError> m_fatalError;
|
| bool m_useCachedPosition;
|
| };
|
|
|