| Index: Source/modules/gamepad/NavigatorGamepad.h
|
| diff --git a/Source/modules/gamepad/NavigatorGamepad.h b/Source/modules/gamepad/NavigatorGamepad.h
|
| index 15f9cf7a3bb73862130ae8ea347098210f7f2f9c..86ff0af4cb1ff833ba8d82d15a8f33e755a9ba83 100644
|
| --- a/Source/modules/gamepad/NavigatorGamepad.h
|
| +++ b/Source/modules/gamepad/NavigatorGamepad.h
|
| @@ -79,9 +79,9 @@ private:
|
| virtual Document* document() OVERRIDE;
|
|
|
| // DOMWindowLifecycleObserver
|
| - virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
|
| - virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
|
| - virtual void didRemoveAllEventListeners(DOMWindow*) OVERRIDE;
|
| + virtual void didAddEventListener(LocalDOMWindow*, const AtomicString&) OVERRIDE;
|
| + virtual void didRemoveEventListener(LocalDOMWindow*, const AtomicString&) OVERRIDE;
|
| + virtual void didRemoveAllEventListeners(LocalDOMWindow*) OVERRIDE;
|
|
|
| PersistentWillBeMember<GamepadList> m_gamepads;
|
| PersistentWillBeMember<WebKitGamepadList> m_webkitGamepads;
|
|
|