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 ac6f6208d8a9c213f41ae688ebbf64c05f801f20..116c75c8d246642581c77debd20be483eb925e22 100644 |
--- a/third_party/WebKit/Source/core/html/track/TextTrackCueList.idl |
+++ b/third_party/WebKit/Source/core/html/track/TextTrackCueList.idl |
@@ -29,7 +29,6 @@ |
GarbageCollected, |
] interface TextTrackCueList { |
readonly attribute unsigned long length; |
- // TODO(philipj): This getter should be anonymous. |
- [Measure] getter TextTrackCue item(unsigned long index); |
+ getter TextTrackCue (unsigned long index); |
TextTrackCue? getCueById(DOMString id); |
}; |