| Index: third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl b/third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl
|
| index 59388b2c87e4e5a2c317978378ae56b2049163f5..d5db1044279355b31ca7b2110f91757f96227673 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl
|
| @@ -31,6 +31,6 @@
|
| ] interface SpeechGrammarList {
|
| readonly attribute unsigned long length;
|
| getter SpeechGrammar item(unsigned long index);
|
| - [CallWith=ExecutionContext] void addFromUri(DOMString src, optional float weight);
|
| + [CallWith=ScriptState] void addFromUri(DOMString src, optional float weight);
|
| void addFromString(DOMString string, optional float weight);
|
| };
|
|
|