| Index: Source/modules/gamepad/GamepadEvent.h
|
| diff --git a/Source/modules/gamepad/GamepadEvent.h b/Source/modules/gamepad/GamepadEvent.h
|
| index c5502d633c9b389fc02faa4a23f6a884318318f6..05b0395e9d9912353c7766dd145fea0b00057156 100644
|
| --- a/Source/modules/gamepad/GamepadEvent.h
|
| +++ b/Source/modules/gamepad/GamepadEvent.h
|
| @@ -8,7 +8,7 @@
|
| #include "modules/EventModules.h"
|
| #include "modules/gamepad/Gamepad.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct GamepadEventInit : public EventInit {
|
| GamepadEventInit();
|
| @@ -46,6 +46,6 @@ private:
|
| PersistentWillBeMember<Gamepad> m_gamepad;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // GamepadEvent_h
|
|
|