Chromium Code Reviews| Index: Source/core/events/FocusEvent.h |
| diff --git a/Source/core/events/FocusEvent.h b/Source/core/events/FocusEvent.h |
| index 5f457c88fa5c47a7c17a6d7535ecf1b63a49d716..0045a91259b83fbc5ea7b2be56b5f4a741ea7680 100644 |
| --- a/Source/core/events/FocusEvent.h |
| +++ b/Source/core/events/FocusEvent.h |
| @@ -40,6 +40,7 @@ struct FocusEventInit : public UIEventInit { |
| }; |
| class FocusEvent FINAL : public UIEvent { |
| + DEFINE_WRAPPERTYPEINFO(); |
| public: |
| static PassRefPtrWillBeRawPtr<FocusEvent> create() |
| { |