| Index: Source/modules/gamepad/Gamepad.cpp
 | 
| diff --git a/Source/modules/gamepad/Gamepad.cpp b/Source/modules/gamepad/Gamepad.cpp
 | 
| index 993f2235dca45a5bffb40d4739d2621c5890af2a..b80d58c5f183a661bd0345086c1471b1f9e3b502 100644
 | 
| --- a/Source/modules/gamepad/Gamepad.cpp
 | 
| +++ b/Source/modules/gamepad/Gamepad.cpp
 | 
| @@ -37,7 +37,7 @@ Gamepad::~Gamepad()
 | 
|  {
 | 
|  }
 | 
|  
 | 
| -void Gamepad::setButtons(unsigned count, const blink::WebGamepadButton* data)
 | 
| +void Gamepad::setButtons(unsigned count, const WebGamepadButton* data)
 | 
|  {
 | 
|      if (m_buttons.size() != count) {
 | 
|          m_buttons.resize(count);
 | 
| 
 |