| 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 3ca0307dfa3833e35322b1a45a7ae1140a27cb27..1d6f98518c00d5f60d1113b4acaf58c6f596c2b9 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.idl
|
| +++ b/Source/core/html/track/vtt/VTTCue.idl
|
| @@ -34,6 +34,7 @@ enum AlignSetting { "start", "middle", "end", "left", "right" };
|
| Constructor(double startTime, double endTime, DOMString text),
|
| ConstructorCallWith=Document,
|
| SetWrapperReferenceFrom=owner,
|
| + TypeChecking=Unrestricted,
|
| ] interface VTTCue : TextTrackCue {
|
| [RuntimeEnabled=WebVTTRegions] attribute DOMString regionId;
|
| attribute DirectionSetting vertical;
|
|
|