| Index: Source/modules/gamepad/Gamepad.cpp
|
| diff --git a/Source/modules/gamepad/Gamepad.cpp b/Source/modules/gamepad/Gamepad.cpp
|
| index f2950ec55660657c4635d56fa0c0f64ee3058212..993f2235dca45a5bffb40d4739d2621c5890af2a 100644
|
| --- a/Source/modules/gamepad/Gamepad.cpp
|
| +++ b/Source/modules/gamepad/Gamepad.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "config.h"
|
| #include "modules/gamepad/Gamepad.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| Gamepad::Gamepad()
|
| {
|
| @@ -55,4 +55,4 @@ void Gamepad::trace(Visitor* visitor)
|
| visitor->trace(m_buttons);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|