X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fevents%2FRelatedEvent.h;h=b2192b60cc6c5c4eaf5843913e883f2141cbb197;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=e1ec1ae467b38fbe5370dc55ddc82ba5230eeafe;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/events/RelatedEvent.h b/src/third_party/WebKit/Source/core/events/RelatedEvent.h index e1ec1ae..b2192b6 100644 --- a/src/third_party/WebKit/Source/core/events/RelatedEvent.h +++ b/src/third_party/WebKit/Source/core/events/RelatedEvent.h @@ -15,6 +15,7 @@ struct RelatedEventInit : public EventInit { }; class RelatedEvent FINAL : public Event { + DEFINE_WRAPPERTYPEINFO(); public: static PassRefPtrWillBeRawPtr create(); static PassRefPtrWillBeRawPtr create(const AtomicString& type, bool canBubble, bool cancelable, EventTarget* relatedTarget);