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 58b69c73940c0b8ea92651e5e050a46870e52b58..7f861e1fb3fdeeb8dc2881eaaa66c608a69e938e 100644 |
--- a/third_party/WebKit/Source/modules/vibration/VibrationController.h |
+++ b/third_party/WebKit/Source/modules/vibration/VibrationController.h |
@@ -74,9 +74,9 @@ class MODULES_EXPORT VibrationController final |
// Inherited from PageVisibilityObserver. |
void pageVisibilityChanged() override; |
- // The VibrationManager mojo service. This is reset in |contextDestroyed| |
+ // Ptr to VibrationManager mojo interface. This is reset in |contextDestroyed| |
// and must not be called or recreated after it is reset. |
- device::mojom::blink::VibrationManagerPtr m_service; |
+ device::mojom::blink::VibrationManagerPtr m_vibrationManager; |
// Timer for calling |doVibrate| after a delay. It is safe to call |
// |startOneshot| when the timer is already running: it may affect the time |