Index: Source/modules/speech/SpeechSynthesisUtterance.idl |
diff --git a/Source/modules/speech/SpeechSynthesisUtterance.idl b/Source/modules/speech/SpeechSynthesisUtterance.idl |
index 490a03a25c29d354031c97282583058eb5c51eef..b4a36edc1f43fa075888c9db2fb07329a93702f6 100644 |
--- a/Source/modules/speech/SpeechSynthesisUtterance.idl |
+++ b/Source/modules/speech/SpeechSynthesisUtterance.idl |
@@ -26,8 +26,7 @@ |
[ |
GarbageCollected, |
Constructor(optional DOMString text = null), |
- ConstructorCallWith=ExecutionContext, |
- RuntimeEnabled=SpeechSynthesis, |
+ ConstructorCallWith=ExecutionContext |
] interface SpeechSynthesisUtterance : EventTarget { |
attribute DOMString text; |
attribute DOMString lang; |