| Index: modules/speech/SpeechRecognitionResult.idl
|
| ===================================================================
|
| --- modules/speech/SpeechRecognitionResult.idl (revision 22811)
|
| +++ modules/speech/SpeechRecognitionResult.idl (working copy)
|
| @@ -24,10 +24,9 @@
|
| */
|
|
|
| [
|
| - IndexedGetter,
|
| ImplementationLacksVTable
|
| ] interface SpeechRecognitionResult {
|
| readonly attribute unsigned long length;
|
| - SpeechRecognitionAlternative item([IsIndex] unsigned long index);
|
| + getter SpeechRecognitionAlternative item([IsIndex] unsigned long index);
|
| readonly attribute boolean isFinal;
|
| };
|
|
|