Index: Source/core/html/track/TextTrackList.idl |
diff --git a/Source/core/html/track/TextTrackList.idl b/Source/core/html/track/TextTrackList.idl |
index f9d982d77dbd7b561d1a30ac989e38753e501f57..68006d0416f65a3f16032b58b4137c562f337a50 100644 |
--- a/Source/core/html/track/TextTrackList.idl |
+++ b/Source/core/html/track/TextTrackList.idl |
@@ -25,7 +25,6 @@ |
[ |
SetWrapperReferenceFrom=owner, |
- RuntimeEnabled=VideoTrack, |
] interface TextTrackList : EventTarget { |
readonly attribute unsigned long length; |
getter TextTrack item(unsigned long index); |