| Index: third_party/WebKit/Source/modules/speech/SpeechGrammar.idl
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechGrammar.idl b/third_party/WebKit/Source/modules/speech/SpeechGrammar.idl
|
| index c16aedc0e0f0918349439aa9dd9ae566aba72ab8..44a6c5fa918e5434c5d0ba398ef5015fc8c9bd2f 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechGrammar.idl
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechGrammar.idl
|
| @@ -29,6 +29,6 @@
|
| Constructor,
|
| NoInterfaceObject,
|
| ] interface SpeechGrammar {
|
| - [URL,CallWith=ExecutionContext] attribute DOMString src;
|
| + [URL,CallWith=ScriptState] attribute DOMString src;
|
| attribute float weight;
|
| };
|
|
|