Index: Source/core/html/track/TextTrackCue.idl |
diff --git a/Source/core/html/track/TextTrackCue.idl b/Source/core/html/track/TextTrackCue.idl |
index 0fa75e14141358ac0e210a82f574c44dfda465ad..333b85de5b25fc6a4a67babe0a478250964d6b35 100644 |
--- a/Source/core/html/track/TextTrackCue.idl |
+++ b/Source/core/html/track/TextTrackCue.idl |
@@ -26,7 +26,8 @@ |
[ |
RuntimeEnabled=VideoTrack, |
CustomToV8, |
- DoNotGenerateWrap |
+ DoNotGenerateWrap, |
+ CustomConstructor(double startTime, double endTime, DOMString text) |
] interface TextTrackCue : EventTarget { |
readonly attribute TextTrack track; |