Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1430)

Unified Diff: Source/modules/speech/DOMWindowSpeechSynthesis.idl

Issue 17035010: Revert "Rename DOMWindow interface to Window" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/quota/WindowQuota.idl ('k') | Source/modules/speech/WindowSpeechSynthesis.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « Source/modules/quota/WindowQuota.idl ('k') | Source/modules/speech/WindowSpeechSynthesis.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698