Index: modules/speech/SpeechSynthesisUtterance.idl |
diff --git a/modules/speech/SpeechSynthesisUtterance.idl b/modules/speech/SpeechSynthesisUtterance.idl |
index b4a36edc1f43fa075888c9db2fb07329a93702f6..7278056727a4ea33e3b8df245b1e510247f702ff 100644 |
--- a/modules/speech/SpeechSynthesisUtterance.idl |
+++ b/modules/speech/SpeechSynthesisUtterance.idl |
@@ -24,9 +24,10 @@ |
*/ |
[ |
- GarbageCollected, |
Constructor(optional DOMString text = null), |
- ConstructorCallWith=ExecutionContext |
+ ConstructorCallWith=ExecutionContext, |
+ RuntimeEnabled=ScriptedSpeech, |
+ GarbageCollected, |
] interface SpeechSynthesisUtterance : EventTarget { |
attribute DOMString text; |
attribute DOMString lang; |