| Index: Modules/speech/SpeechSynthesisUtterance.idl
|
| diff --git a/Modules/speech/SpeechSynthesisUtterance.idl b/Modules/speech/SpeechSynthesisUtterance.idl
|
| index 1eb472dcebdbfa695669c323bdd42118aaf323c8..4eb7d56c579a80ba7a1c206c31b59c7c5b42a4c3 100644
|
| --- a/Modules/speech/SpeechSynthesisUtterance.idl
|
| +++ b/Modules/speech/SpeechSynthesisUtterance.idl
|
| @@ -31,7 +31,7 @@
|
| ] interface SpeechSynthesisUtterance {
|
| attribute DOMString text;
|
| attribute DOMString lang;
|
| - attribute DOMString voiceURI;
|
| + attribute SpeechSynthesisVoice voice;
|
| attribute float volume;
|
| attribute float rate;
|
| attribute float pitch;
|
|
|