| Index: Source/core/html/track/vtt/VTTCue.idl
|
| diff --git a/Source/core/html/track/vtt/VTTCue.idl b/Source/core/html/track/vtt/VTTCue.idl
|
| index 5464248c061e06707726b18a4acf330a9dafd327..8b958174353e0f9792b831a928072e8222e446a7 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.idl
|
| +++ b/Source/core/html/track/vtt/VTTCue.idl
|
| @@ -28,9 +28,9 @@
|
| */
|
|
|
| [
|
| - RuntimeEnabled=VideoTrack,
|
| Constructor(double startTime, double endTime, DOMString text),
|
| - ConstructorCallWith=Document
|
| + ConstructorCallWith=Document,
|
| + RuntimeEnabled=VideoTrack,
|
| ] interface VTTCue : TextTrackCue {
|
| [RuntimeEnabled=WebVTTRegions] attribute DOMString regionId;
|
| [RaisesException=Setter] attribute DOMString vertical;
|
|
|