Index: Source/modules/speech/SpeechSynthesisEvent.idl |
diff --git a/Source/modules/speech/SpeechSynthesisEvent.idl b/Source/modules/speech/SpeechSynthesisEvent.idl |
index a7365cf35526f14614bcaf8a65e7e8376ea86dc6..cec1e47999c5d278a8436b735ef541d358a89a71 100644 |
--- a/Source/modules/speech/SpeechSynthesisEvent.idl |
+++ b/Source/modules/speech/SpeechSynthesisEvent.idl |
@@ -23,7 +23,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SpeechSynthesisEvent : Event { |
+[ |
+ RuntimeEnabled=ScriptedSpeech |
+] interface SpeechSynthesisEvent : Event { |
readonly attribute SpeechSynthesisUtterance utterance; |
readonly attribute unsigned long charIndex; |
readonly attribute float elapsedTime; |