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