| Index: Source/core/html/HTMLMediaElement.idl
|
| diff --git a/Source/core/html/HTMLMediaElement.idl b/Source/core/html/HTMLMediaElement.idl
|
| index 977066aff3ed7ce223ba6b907913c97eb4e139aa..3ec1cb86d1feb01081a23a7d6530d6f04b754aaf 100644
|
| --- a/Source/core/html/HTMLMediaElement.idl
|
| +++ b/Source/core/html/HTMLMediaElement.idl
|
| @@ -81,6 +81,8 @@
|
| [Reflect=muted] attribute boolean defaultMuted;
|
|
|
| // tracks
|
| + [RuntimeEnabled=AudioVideoTracks] readonly attribute AudioTrackList audioTracks;
|
| + [RuntimeEnabled=AudioVideoTracks] readonly attribute VideoTrackList videoTracks;
|
| [RuntimeEnabled=VideoTrack] readonly attribute TextTrackList textTracks;
|
| [RuntimeEnabled=VideoTrack, RaisesException] TextTrack addTextTrack(DOMString kind, optional DOMString label, optional DOMString language);
|
|
|
|
|