Index: Source/modules/speech/SpeechSynthesisUtterance.idl |
diff --git a/Source/modules/speech/SpeechSynthesisUtterance.idl b/Source/modules/speech/SpeechSynthesisUtterance.idl |
index 5fc3c23c9f687c8f3f1315dffb97ab3dd19fcede..7278056727a4ea33e3b8df245b1e510247f702ff 100644 |
--- a/Source/modules/speech/SpeechSynthesisUtterance.idl |
+++ b/Source/modules/speech/SpeechSynthesisUtterance.idl |
@@ -26,6 +26,7 @@ |
[ |
Constructor(optional DOMString text = null), |
ConstructorCallWith=ExecutionContext, |
+ RuntimeEnabled=ScriptedSpeech, |
GarbageCollected, |
] interface SpeechSynthesisUtterance : EventTarget { |
attribute DOMString text; |