| Index: third_party/WebKit/Source/core/html/track/TextTrackCueList.idl
|
| diff --git a/third_party/WebKit/Source/core/html/track/TextTrackCueList.idl b/third_party/WebKit/Source/core/html/track/TextTrackCueList.idl
|
| index 116c75c8d246642581c77debd20be483eb925e22..bd0961ae5f7c430bb754f35bf8602ac90329c716 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrackCueList.idl
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrackCueList.idl
|
| @@ -26,7 +26,6 @@
|
| // https://html.spec.whatwg.org/#texttrackcuelist
|
|
|
| [
|
| - GarbageCollected,
|
| ] interface TextTrackCueList {
|
| readonly attribute unsigned long length;
|
| getter TextTrackCue (unsigned long index);
|
|
|