| Index: Source/modules/gamepad/GamepadList.h
 | 
| diff --git a/Source/modules/gamepad/GamepadList.h b/Source/modules/gamepad/GamepadList.h
 | 
| index 081714b2df5203b6a002668dc682d53e5f1e7e09..b7e02f1479df217600be00e4116fc59bbf0b45ab 100644
 | 
| --- a/Source/modules/gamepad/GamepadList.h
 | 
| +++ b/Source/modules/gamepad/GamepadList.h
 | 
| @@ -33,13 +33,12 @@
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| -class GamepadList FINAL : public GarbageCollectedFinalized<GamepadList>, public ScriptWrappable {
 | 
| +class GamepadList FINAL : public GarbageCollected<GamepadList>, public ScriptWrappable {
 | 
|  public:
 | 
|      static GamepadList* create()
 | 
|      {
 | 
|          return new GamepadList();
 | 
|      }
 | 
| -    ~GamepadList();
 | 
|  
 | 
|      void set(unsigned index, Gamepad*);
 | 
|      Gamepad* item(unsigned index);
 | 
| 
 |