Index: Source/core/html/track/TrackEvent.h |
diff --git a/Source/core/html/track/TrackEvent.h b/Source/core/html/track/TrackEvent.h |
index 0112c2293d20beb054e756f6ce98f44a3230c8d2..5bf2d74f63e15d19149a6676a071794400660587 100644 |
--- a/Source/core/html/track/TrackEvent.h |
+++ b/Source/core/html/track/TrackEvent.h |
@@ -38,6 +38,7 @@ struct TrackEventInit : public EventInit { |
}; |
class TrackEvent FINAL : public Event { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
virtual ~TrackEvent(); |
@@ -66,4 +67,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // TrackEvent_h |