| Index: third_party/WebKit/Source/modules/vibration/VibrationController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/vibration/VibrationController.cpp b/third_party/WebKit/Source/modules/vibration/VibrationController.cpp
|
| index 35e4ad17b0bfd721ded3ecaf0e60fdffd8c0df01..0e518f9c1c5e1f2e6373821013d4a24b3d40951c 100644
|
| --- a/third_party/WebKit/Source/modules/vibration/VibrationController.cpp
|
| +++ b/third_party/WebKit/Source/modules/vibration/VibrationController.cpp
|
| @@ -81,7 +81,7 @@ VibrationController::VibrationController(Document& document)
|
| m_isCallingCancel(false),
|
| m_isCallingVibrate(false) {
|
| document.frame()->interfaceProvider()->getInterface(
|
| - mojo::GetProxy(&m_service));
|
| + mojo::MakeRequest(&m_service));
|
| }
|
|
|
| VibrationController::~VibrationController() {}
|
|
|