| Index: modules/speech/SpeechSynthesisUtterance.idl
|
| diff --git a/modules/speech/SpeechSynthesisUtterance.idl b/modules/speech/SpeechSynthesisUtterance.idl
|
| index 7278056727a4ea33e3b8df245b1e510247f702ff..872fa895e1762193f947f15fcdbe41baf752140b 100644
|
| --- a/modules/speech/SpeechSynthesisUtterance.idl
|
| +++ b/modules/speech/SpeechSynthesisUtterance.idl
|
| @@ -31,7 +31,7 @@
|
| ] interface SpeechSynthesisUtterance : EventTarget {
|
| attribute DOMString text;
|
| attribute DOMString lang;
|
| - attribute SpeechSynthesisVoice voice;
|
| + [LegacyInterfaceTypeChecking] attribute SpeechSynthesisVoice voice;
|
| attribute float volume;
|
| attribute float rate;
|
| attribute float pitch;
|
|
|