| Index: modules/speech/SpeechSynthesisUtterance.idl
|
| diff --git a/modules/speech/SpeechSynthesisUtterance.idl b/modules/speech/SpeechSynthesisUtterance.idl
|
| index d32d7a8a36b01935cd18a9d041cb43af375c4070..fbedcdc38418c57396324757b5d4ab9bcf4cff94 100644
|
| --- a/modules/speech/SpeechSynthesisUtterance.idl
|
| +++ b/modules/speech/SpeechSynthesisUtterance.idl
|
| @@ -24,8 +24,8 @@
|
| */
|
|
|
| [
|
| - EnabledAtRuntime=SpeechSynthesis,
|
| - ConstructorCallWith=ScriptExecutionContext,
|
| + RuntimeEnabled=SpeechSynthesis,
|
| + ConstructorCallWith=ExecutionContext,
|
| Constructor([Default=NullString] optional DOMString text)
|
| ] interface SpeechSynthesisUtterance : EventTarget {
|
| attribute DOMString text;
|
|
|