| Index: modules/speech/SpeechGrammar.idl
|
| diff --git a/modules/speech/SpeechGrammar.idl b/modules/speech/SpeechGrammar.idl
|
| index 01167707d2da0778293b2a96c3abb8acc2123982..1b629a4bffb0ffa20a0141006902d028ae661a28 100644
|
| --- a/modules/speech/SpeechGrammar.idl
|
| +++ b/modules/speech/SpeechGrammar.idl
|
| @@ -27,6 +27,6 @@
|
| NoInterfaceObject,
|
| Constructor
|
| ] interface SpeechGrammar {
|
| - [URL,CallWith=ScriptExecutionContext] attribute DOMString src;
|
| + [URL,CallWith=ExecutionContext] attribute DOMString src;
|
| attribute float weight;
|
| };
|
|
|