Index: core/html/track/TextTrackList.idl |
diff --git a/core/html/track/TextTrackList.idl b/core/html/track/TextTrackList.idl |
index 4f3168f035331ec90632b9aa159c6ea3faafb609..cef80129549c766b3785135c6a64769796f2b1c8 100644 |
--- a/core/html/track/TextTrackList.idl |
+++ b/core/html/track/TextTrackList.idl |
@@ -26,11 +26,11 @@ |
// https://html.spec.whatwg.org/#texttracklist |
[ |
+ GarbageCollected, |
SetWrapperReferenceFrom=owner, |
] interface TextTrackList : EventTarget { |
readonly attribute unsigned long length; |
- // TODO(philipj): This getter should be anonymous. |
- [Measure] getter TextTrack item(unsigned long index); |
+ getter TextTrack (unsigned long index); |
TextTrack? getTrackById(DOMString id); |
attribute EventHandler onchange; |