Index: Source/modules/speech/DOMWindowSpeechSynthesis.idl |
diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.idl b/Source/modules/speech/DOMWindowSpeechSynthesis.idl |
index f39d9234e224b2634ea58b8a50ddbbfc4d295969..5ce418e618086a7d728b7b6346c2c11a307b4726 100644 |
--- a/Source/modules/speech/DOMWindowSpeechSynthesis.idl |
+++ b/Source/modules/speech/DOMWindowSpeechSynthesis.idl |
@@ -24,9 +24,8 @@ |
*/ |
[ |
- Conditional=SPEECH_SYNTHESIS, |
+ EnabledAtRuntime=speechSynthesis |
] partial interface DOMWindow { |
- |
readonly attribute SpeechSynthesis speechSynthesis; |
attribute SpeechSynthesisEventConstructor SpeechSynthesisEvent; |
attribute SpeechSynthesisUtteranceConstructor SpeechSynthesisUtterance; |