| Index: third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp
|
| diff --git a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp
|
| index 9d249c288613914683272633c3c318a85577aedb..e148ac8cd68c293cec89db3a426e439f5b04f3f3 100644
|
| --- a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp
|
| +++ b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp
|
| @@ -186,8 +186,6 @@ void NavigatorGamepad::contextDestroyed(ExecutionContext*) {
|
| stopUpdating();
|
| }
|
|
|
| -void NavigatorGamepad::contextDestroyed(Page*) {}
|
| -
|
| void NavigatorGamepad::registerWithDispatcher() {
|
| GamepadDispatcher::instance().addController(this);
|
| m_dispatchOneEventRunner->resume();
|
|
|