Chromium Code Reviews| Index: Source/core/events/MouseEvent.h |
| diff --git a/Source/core/events/MouseEvent.h b/Source/core/events/MouseEvent.h |
| index 48a07c9c11746794585a3c1dcac5a928175ad574..6553bc1060be42a0300b339f77c95329127b9fa4 100644 |
| --- a/Source/core/events/MouseEvent.h |
| +++ b/Source/core/events/MouseEvent.h |
| @@ -49,6 +49,7 @@ struct MouseEventInit : public UIEventInit { |
| }; |
| class MouseEvent : public MouseRelatedEvent { |
| + DEFINE_WRAPPERTYPEINFO(); |
| public: |
| static PassRefPtrWillBeRawPtr<MouseEvent> create() |
| { |