| Index: Source/modules/gamepad/GamepadList.cpp
|
| diff --git a/Source/modules/gamepad/GamepadList.cpp b/Source/modules/gamepad/GamepadList.cpp
|
| index 0a956c35a0b92fbbf0c4ac70f1ec02193cca3be7..f2e3913ea4a96d841731140a3ea04c973c52c2cd 100644
|
| --- a/Source/modules/gamepad/GamepadList.cpp
|
| +++ b/Source/modules/gamepad/GamepadList.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "config.h"
|
| #include "modules/gamepad/GamepadList.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| GamepadList::GamepadList()
|
| {
|
| @@ -56,4 +56,4 @@ void GamepadList::trace(Visitor* visitor)
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|