Index: Source/core/html/track/vtt/VTTCue.h |
diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h |
index 4251bcb89dd286c319005398b7f90e7f833d8c8f..23540bd0e62bd755b261873b8d1f7dec73699f3e 100644 |
--- a/Source/core/html/track/vtt/VTTCue.h |
+++ b/Source/core/html/track/vtt/VTTCue.h |
@@ -61,6 +61,7 @@ private: |
}; |
class VTTCue FINAL : public TextTrackCue { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<VTTCue> create(Document& document, double startTime, double endTime, const String& text) |
{ |
@@ -196,4 +197,4 @@ DEFINE_TYPE_CASTS(VTTCue, TextTrackCue, cue, true, true); |
} // namespace blink |
-#endif |
+#endif // VTTCue_h |