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