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, |
Peter Beverloo
2015/05/08 11:25:56
We should also guard SpeechSynthesisEvent and Spee
timvolodine
2015/05/12 15:38:00
Done.
|
] partial interface Window { |
readonly attribute SpeechSynthesis speechSynthesis; |
}; |