Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / RelatedEvent.h
index e1ec1ae..b2192b6 100644 (file)
@@ -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);