Chromium Code Reviews| Index: Source/modules/gamepad/GamepadList.h |
| diff --git a/Source/modules/gamepad/GamepadList.h b/Source/modules/gamepad/GamepadList.h |
| index 78c7e75a5e1e3fcdb79e0543b58c76d1988d5191..404728f7b6f81d82fc8373260e78a56dd0c21df1 100644 |
| --- a/Source/modules/gamepad/GamepadList.h |
| +++ b/Source/modules/gamepad/GamepadList.h |
| @@ -42,6 +42,7 @@ public: |
| void set(unsigned index, PassRefPtrWillBeRawPtr<Gamepad>); |
| Gamepad* item(unsigned index); |
| + |
| unsigned length() const; |
| void trace(Visitor*); |