Index: modules/speech/SpeechRecognitionResultList.idl |
diff --git a/modules/speech/SpeechRecognitionResultList.idl b/modules/speech/SpeechRecognitionResultList.idl |
index 61946498b819e54cb393f9c6c2ff697850ab27de..c1eadd599a411ab14eddf2e69c23553ab4e168ac 100644 |
--- a/modules/speech/SpeechRecognitionResultList.idl |
+++ b/modules/speech/SpeechRecognitionResultList.idl |
@@ -27,5 +27,5 @@ |
NoInterfaceObject |
] interface SpeechRecognitionResultList { |
readonly attribute unsigned long length; |
- getter SpeechRecognitionResult item([IsIndex] unsigned long index); |
+ getter SpeechRecognitionResult item(unsigned long index); |
}; |