| Index: Source/modules/gamepad/WebKitGamepad.h
|
| diff --git a/Source/modules/gamepad/WebKitGamepad.h b/Source/modules/gamepad/WebKitGamepad.h
|
| index 1052c32286b6cff97a1e339e9c23095ecf5a0162..03644812525c580faa37b3a0509dca7ef5742b38 100644
|
| --- a/Source/modules/gamepad/WebKitGamepad.h
|
| +++ b/Source/modules/gamepad/WebKitGamepad.h
|
| @@ -23,7 +23,7 @@ public:
|
| typedef Vector<float> FloatVector;
|
|
|
| const FloatVector& buttons() const { return m_buttons; }
|
| - void setButtons(unsigned count, const blink::WebGamepadButton* data);
|
| + void setButtons(unsigned count, const WebGamepadButton* data);
|
|
|
| void trace(Visitor*) { }
|
|
|
|
|