| Index: Source/core/html/track/TextTrackCue.idl
|
| diff --git a/Source/core/html/track/TextTrackCue.idl b/Source/core/html/track/TextTrackCue.idl
|
| index efc18e3e60ac7a8f3d28d466082db21032633c1b..d762c4033fbd9835fbbf5346734e4187aa319fdc 100644
|
| --- a/Source/core/html/track/TextTrackCue.idl
|
| +++ b/Source/core/html/track/TextTrackCue.idl
|
| @@ -25,7 +25,6 @@
|
|
|
| [
|
| Custom=ToV8,
|
| - CustomConstructor(double startTime, double endTime, DOMString text),
|
| RuntimeEnabled=VideoTrack,
|
| ] interface TextTrackCue : EventTarget {
|
| readonly attribute TextTrack track;
|
|
|