| Index: Source/modules/speech/DOMWindowSpeechSynthesis.idl
|
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.idl b/Source/modules/speech/DOMWindowSpeechSynthesis.idl
|
| index 5ce418e618086a7d728b7b6346c2c11a307b4726..7acb4bcf54a78172647bfa9e1a70f4264f0a6235 100644
|
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.idl
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.idl
|
| @@ -27,6 +27,4 @@
|
| EnabledAtRuntime=speechSynthesis
|
| ] partial interface DOMWindow {
|
| readonly attribute SpeechSynthesis speechSynthesis;
|
| - attribute SpeechSynthesisEventConstructor SpeechSynthesisEvent;
|
| - attribute SpeechSynthesisUtteranceConstructor SpeechSynthesisUtterance;
|
| };
|
|
|