Index: Source/modules/gamepad/GamepadEvent.h |
diff --git a/Source/modules/gamepad/GamepadEvent.h b/Source/modules/gamepad/GamepadEvent.h |
index 05b0395e9d9912353c7766dd145fea0b00057156..460507a81f7219c284fbc006a668f57d394dccc4 100644 |
--- a/Source/modules/gamepad/GamepadEvent.h |
+++ b/Source/modules/gamepad/GamepadEvent.h |
@@ -17,6 +17,7 @@ struct GamepadEventInit : public EventInit { |
}; |
class GamepadEvent FINAL : public Event { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<GamepadEvent> create() |
{ |