| Index: core/html/track/TextTrackCueList.idl
|
| ===================================================================
|
| --- core/html/track/TextTrackCueList.idl (revision 22811)
|
| +++ core/html/track/TextTrackCueList.idl (working copy)
|
| @@ -25,11 +25,10 @@
|
|
|
| [
|
| EnabledAtRuntime=webkitVideoTrack,
|
| - IndexedGetter,
|
| ImplementationLacksVTable
|
| ] interface TextTrackCueList {
|
| readonly attribute unsigned long length;
|
| - TextTrackCue item(unsigned long index);
|
| + getter TextTrackCue item(unsigned long index);
|
| TextTrackCue getCueById(DOMString id);
|
| };
|
|
|
|
|