Index: modules/speech/SpeechGrammarList.idl |
=================================================================== |
--- modules/speech/SpeechGrammarList.idl (revision 22811) |
+++ modules/speech/SpeechGrammarList.idl (working copy) |
@@ -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); |
}; |