| Index: modules/speech/SpeechSynthesis.idl
|
| diff --git a/modules/speech/SpeechSynthesis.idl b/modules/speech/SpeechSynthesis.idl
|
| index 98b53def2a815ff979eb9629532594783101979e..17fa33a736f64e2450440b4f88055fca69b4729c 100644
|
| --- a/modules/speech/SpeechSynthesis.idl
|
| +++ b/modules/speech/SpeechSynthesis.idl
|
| @@ -31,7 +31,7 @@
|
| readonly attribute boolean speaking;
|
| readonly attribute boolean paused;
|
|
|
| - [RaisesException] void speak(SpeechSynthesisUtterance utterance);
|
| + void speak(SpeechSynthesisUtterance utterance);
|
| void cancel();
|
| void pause();
|
| void resume();
|
|
|