Index: modules/speech/SpeechRecognitionResult.idl |
diff --git a/modules/speech/SpeechRecognitionResult.idl b/modules/speech/SpeechRecognitionResult.idl |
index 45f6b519f41c61d5eb2b400758138506ab63a24a..91d3e907e8140d123e36d3e6f1afcbd613d4694c 100644 |
--- a/modules/speech/SpeechRecognitionResult.idl |
+++ b/modules/speech/SpeechRecognitionResult.idl |
@@ -27,6 +27,6 @@ |
NoInterfaceObject |
] interface SpeechRecognitionResult { |
readonly attribute unsigned long length; |
- getter SpeechRecognitionAlternative item([IsIndex] unsigned long index); |
+ getter SpeechRecognitionAlternative item(unsigned long index); |
readonly attribute boolean isFinal; |
}; |