Index: Source/modules/gamepad/GamepadList.h |
diff --git a/Source/modules/gamepad/GamepadList.h b/Source/modules/gamepad/GamepadList.h |
index 54045e53ffdba35a4994d18ecacab0be57ca0809..78c7e75a5e1e3fcdb79e0543b58c76d1988d5191 100644 |
--- a/Source/modules/gamepad/GamepadList.h |
+++ b/Source/modules/gamepad/GamepadList.h |
@@ -36,7 +36,6 @@ |
namespace WebCore { |
class GamepadList : public RefCountedWillBeGarbageCollected<GamepadList>, public ScriptWrappable { |
- DECLARE_GC_INFO; |
public: |
static PassRefPtrWillBeRawPtr<GamepadList> create() { return adoptRefWillBeNoop(new GamepadList); } |
~GamepadList(); |