| Index: core/html/track/TextTrackCueList.idl
|
| diff --git a/core/html/track/TextTrackCueList.idl b/core/html/track/TextTrackCueList.idl
|
| index a71d6875ddb08b5909acf8137513db990aa0496c..6ea59a645cd1a5fff58e3b0a53ca6df14a44fe69 100644
|
| --- a/core/html/track/TextTrackCueList.idl
|
| +++ b/core/html/track/TextTrackCueList.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| [
|
| - RuntimeEnabled=VideoTrack
|
| + WillBeGarbageCollected,
|
| ] interface TextTrackCueList {
|
| readonly attribute unsigned long length;
|
| getter TextTrackCue item(unsigned long index);
|
|
|