| Index: Source/modules/gamepad/GamepadList.h
|
| diff --git a/Source/modules/gamepad/GamepadList.h b/Source/modules/gamepad/GamepadList.h
|
| index d93849892aa0caa136f940d0cb84d07e669e86d7..a9342e82f83c8237e803aaf35ba42cb9e4fb40ac 100644
|
| --- a/Source/modules/gamepad/GamepadList.h
|
| +++ b/Source/modules/gamepad/GamepadList.h
|
| @@ -34,6 +34,7 @@
|
| namespace blink {
|
|
|
| class GamepadList FINAL : public GarbageCollected<GamepadList>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static GamepadList* create()
|
| {
|
|
|