| Index: Source/modules/speech/DOMWindowSpeechSynthesis.idl
|
| diff --git a/Source/modules/speech/WindowSpeechSynthesis.idl b/Source/modules/speech/DOMWindowSpeechSynthesis.idl
|
| similarity index 92%
|
| rename from Source/modules/speech/WindowSpeechSynthesis.idl
|
| rename to Source/modules/speech/DOMWindowSpeechSynthesis.idl
|
| index d9d5b5f5fa83abdc1dc5633263efe545d904dddc..7acb4bcf54a78172647bfa9e1a70f4264f0a6235 100644
|
| --- a/Source/modules/speech/WindowSpeechSynthesis.idl
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.idl
|
| @@ -24,8 +24,7 @@
|
| */
|
|
|
| [
|
| - EnabledAtRuntime=speechSynthesis,
|
| - ImplementedAs=DOMWindowSpeechSynthesis
|
| -] partial interface Window {
|
| + EnabledAtRuntime=speechSynthesis
|
| +] partial interface DOMWindow {
|
| readonly attribute SpeechSynthesis speechSynthesis;
|
| };
|
|
|