Index: Source/modules/gamepad/Gamepad.h |
diff --git a/Source/modules/gamepad/Gamepad.h b/Source/modules/gamepad/Gamepad.h |
index 30fa4ad83e37c5665d0df80c8c030d985efcf027..a555a36e9ccf6744055157b1ef8c5f4ce2e6ede8 100644 |
--- a/Source/modules/gamepad/Gamepad.h |
+++ b/Source/modules/gamepad/Gamepad.h |
@@ -43,7 +43,7 @@ public: |
~Gamepad(); |
const GamepadButtonVector& buttons() const { return m_buttons; } |
- void setButtons(unsigned count, const blink::WebGamepadButton* data); |
+ void setButtons(unsigned count, const WebGamepadButton* data); |
void trace(Visitor*); |