Index: Source/core/html/track/TextTrackCueList.idl |
diff --git a/Source/core/html/track/TextTrackCueList.idl b/Source/core/html/track/TextTrackCueList.idl |
index 2038b319856ba578aa7f2d64f825ef4895b55353..155d419d966f92c4029f1653709962ff4a9e99db 100644 |
--- a/Source/core/html/track/TextTrackCueList.idl |
+++ b/Source/core/html/track/TextTrackCueList.idl |
@@ -24,7 +24,7 @@ |
*/ |
[ |
- EnabledAtRuntime=videoTrack, |
+ EnabledAtRuntime=videoTrack |
] interface TextTrackCueList { |
readonly attribute unsigned long length; |
getter TextTrackCue item(unsigned long index); |