| Index: Source/core/page/SpeechInputResultList.idl
|
| diff --git a/Source/core/page/SpeechInputResultList.idl b/Source/core/page/SpeechInputResultList.idl
|
| index c5b32ac049de507f52466f0b2fc99a3f38dc934f..0e2bf564352b2d4f35a3ea511189ed2b549eaf6c 100644
|
| --- a/Source/core/page/SpeechInputResultList.idl
|
| +++ b/Source/core/page/SpeechInputResultList.idl
|
| @@ -24,11 +24,10 @@
|
| */
|
|
|
| [
|
| - IndexedGetter,
|
| Conditional=INPUT_SPEECH,
|
| ImplementationLacksVTable
|
| ] interface SpeechInputResultList {
|
| readonly attribute unsigned long length;
|
| - SpeechInputResult item([IsIndex] unsigned long index);
|
| + getter SpeechInputResult item([IsIndex] unsigned long index);
|
| };
|
|
|
|
|