| Index: Source/modules/gamepad/NavigatorGamepad.h
|
| diff --git a/Source/modules/gamepad/NavigatorGamepad.h b/Source/modules/gamepad/NavigatorGamepad.h
|
| index 87c1d34641dfe0d949c9570f54e835db7369fd7f..89df5d78a274a94c4f2991e43e5cc9263946facb 100644
|
| --- a/Source/modules/gamepad/NavigatorGamepad.h
|
| +++ b/Source/modules/gamepad/NavigatorGamepad.h
|
| @@ -78,9 +78,9 @@ private:
|
| virtual void didUpdateData() 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;
|
|
|