| Index: Source/modules/gamepad/GamepadList.h
|
| diff --git a/Source/modules/gamepad/GamepadList.h b/Source/modules/gamepad/GamepadList.h
|
| index af06fa028d3099828524e08a8a1be601d812988d..d135a7be775ddedf691a060e008a0422fb285c9b 100644
|
| --- a/Source/modules/gamepad/GamepadList.h
|
| +++ b/Source/modules/gamepad/GamepadList.h
|
| @@ -26,15 +26,13 @@
|
| #ifndef GamepadList_h
|
| #define GamepadList_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/gamepad/Gamepad.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebGamepads.h"
|
|
|
| namespace blink {
|
|
|
| -class GamepadList final : public GarbageCollected<GamepadList>, public ScriptWrappable {
|
| - DEFINE_WRAPPERTYPEINFO();
|
| +class GamepadList final : public GarbageCollected<GamepadList> {
|
| public:
|
| static GamepadList* create()
|
| {
|
|
|