Index: Source/modules/speech/SpeechSynthesisEvent.idl |
diff --git a/Source/modules/speech/SpeechSynthesisEvent.idl b/Source/modules/speech/SpeechSynthesisEvent.idl |
index d0456eddfdc679cb1b8da97bf2356fd290138074..a7365cf35526f14614bcaf8a65e7e8376ea86dc6 100644 |
--- a/Source/modules/speech/SpeechSynthesisEvent.idl |
+++ b/Source/modules/speech/SpeechSynthesisEvent.idl |
@@ -24,6 +24,7 @@ |
*/ |
interface SpeechSynthesisEvent : Event { |
+ readonly attribute SpeechSynthesisUtterance utterance; |
readonly attribute unsigned long charIndex; |
readonly attribute float elapsedTime; |
readonly attribute DOMString name; |