Index: Source/modules/speech/WindowSpeechSynthesis.idl |
diff --git a/Source/modules/speech/WindowSpeechSynthesis.idl b/Source/modules/speech/WindowSpeechSynthesis.idl |
index a22453ab942680565ebf8e14ef21aa3cebf8d3f8..85f5b49f23fab44dc368c95a335599c8c914ad9c 100644 |
--- a/Source/modules/speech/WindowSpeechSynthesis.idl |
+++ b/Source/modules/speech/WindowSpeechSynthesis.idl |
@@ -25,6 +25,7 @@ |
[ |
ImplementedAs=DOMWindowSpeechSynthesis, |
+ RuntimeEnabled=ScriptedSpeech, |
] partial interface Window { |
readonly attribute SpeechSynthesis speechSynthesis; |
}; |