Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / TransitionEvent.h
index 035fc8a..9e3076c 100644 (file)
@@ -40,6 +40,7 @@ struct TransitionEventInit : public EventInit {
 };
 
 class TransitionEvent FINAL : public Event {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<TransitionEvent> create()
     {
@@ -77,4 +78,3 @@ private:
 } // namespace blink
 
 #endif // TransitionEvent_h
-