| 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 f99ab0b83ea9004ec640d49795dfeac47a8a21c6..546499b170c21cfbdcc6f7feab2dd0fa51615e27 100644
|
| --- a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp
|
| +++ b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp
|
| @@ -174,7 +174,7 @@ NavigatorGamepad::NavigatorGamepad(LocalFrame* frame)
|
| this,
|
| &NavigatorGamepad::dispatchOneEvent)) {
|
| if (frame)
|
| - frame->localDOMWindow()->registerEventListenerObserver(this);
|
| + frame->domWindow()->registerEventListenerObserver(this);
|
| }
|
|
|
| NavigatorGamepad::~NavigatorGamepad() {}
|
|
|