| Index: third_party/WebKit/Source/modules/vibration/VibrationController.h
|
| diff --git a/third_party/WebKit/Source/modules/vibration/VibrationController.h b/third_party/WebKit/Source/modules/vibration/VibrationController.h
|
| index 176f04f996246b3b0392a3b0a6312f1019e1f8be..462f64f261e948395a2326b10db1f5941c851e00 100644
|
| --- a/third_party/WebKit/Source/modules/vibration/VibrationController.h
|
| +++ b/third_party/WebKit/Source/modules/vibration/VibrationController.h
|
| @@ -81,7 +81,7 @@ class MODULES_EXPORT VibrationController final
|
| // Timer for calling |doVibrate| after a delay. It is safe to call
|
| // |startOneshot| when the timer is already running: it may affect the time
|
| // at which it fires, but |doVibrate| will still be called only once.
|
| - Timer<VibrationController> m_timerDoVibrate;
|
| + TaskRunnerTimer<VibrationController> m_timerDoVibrate;
|
|
|
| // Whether a pattern is being processed. The vibration hardware may
|
| // currently be active, or during a pause it may be inactive.
|
|
|