| Index: Source/core/events/RelatedEvent.h
|
| diff --git a/Source/core/events/RelatedEvent.h b/Source/core/events/RelatedEvent.h
|
| index e1ec1ae467b38fbe5370dc55ddc82ba5230eeafe..b2192b60cc6c5c4eaf5843913e883f2141cbb197 100644
|
| --- a/Source/core/events/RelatedEvent.h
|
| +++ b/Source/core/events/RelatedEvent.h
|
| @@ -15,6 +15,7 @@ struct RelatedEventInit : public EventInit {
|
| };
|
|
|
| class RelatedEvent FINAL : public Event {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<RelatedEvent> create();
|
| static PassRefPtrWillBeRawPtr<RelatedEvent> create(const AtomicString& type, bool canBubble, bool cancelable, EventTarget* relatedTarget);
|
|
|