Index: core/page/SpeechInputResultList.idl |
=================================================================== |
--- core/page/SpeechInputResultList.idl (revision 22811) |
+++ core/page/SpeechInputResultList.idl (working copy) |
@@ -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); |
}; |