| Index: Source/modules/speech/SpeechGrammarList.idl
|
| diff --git a/Source/modules/speech/SpeechGrammarList.idl b/Source/modules/speech/SpeechGrammarList.idl
|
| index 18ae829c8214e04ac17191ca4cc793cc8d5e0c64..2c6db682896b5f38d700b277475d40f9eae8e76a 100644
|
| --- a/Source/modules/speech/SpeechGrammarList.idl
|
| +++ b/Source/modules/speech/SpeechGrammarList.idl
|
| @@ -24,12 +24,11 @@
|
| */
|
|
|
| [
|
| - IndexedGetter,
|
| Constructor,
|
| ImplementationLacksVTable
|
| ] interface SpeechGrammarList {
|
| readonly attribute unsigned long length;
|
| - SpeechGrammar item([IsIndex] unsigned long index);
|
| + getter SpeechGrammar item([IsIndex] unsigned long index);
|
| [CallWith=ScriptExecutionContext] void addFromUri(DOMString src, optional float weight);
|
| void addFromString(DOMString string, optional float weight);
|
| };
|
|
|