Index: Source/modules/speech/SpeechRecognitionResultList.idl |
diff --git a/Source/modules/speech/SpeechRecognitionResultList.idl b/Source/modules/speech/SpeechRecognitionResultList.idl |
index 51a83ae859964d10d4318ab05824e9ef7899929f..f2ccdeb7b52de00899ec1fba1ad662abfee22f11 100644 |
--- a/Source/modules/speech/SpeechRecognitionResultList.idl |
+++ b/Source/modules/speech/SpeechRecognitionResultList.idl |
@@ -24,9 +24,8 @@ |
*/ |
[ |
- IndexedGetter, |
ImplementationLacksVTable |
] interface SpeechRecognitionResultList { |
readonly attribute unsigned long length; |
- SpeechRecognitionResult item([IsIndex] unsigned long index); |
+ getter SpeechRecognitionResult item([IsIndex] unsigned long index); |
}; |