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

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

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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
Index: Source/modules/speech/WindowSpeechSynthesis.idl
diff --git a/Source/modules/speech/WindowSpeechSynthesis.idl b/Source/modules/speech/WindowSpeechSynthesis.idl
index 833797b4e53b57553f2de4d45fdbbfb1afda6017..1200a2efe39d04b84f480cc6c09881e9b3a96424 100644
--- a/Source/modules/speech/WindowSpeechSynthesis.idl
+++ b/Source/modules/speech/WindowSpeechSynthesis.idl
@@ -24,8 +24,8 @@
*/
[
+ ImplementedAs=DOMWindowSpeechSynthesis,
RuntimeEnabled=SpeechSynthesis,
- ImplementedAs=DOMWindowSpeechSynthesis
] partial interface Window {
readonly attribute SpeechSynthesis speechSynthesis;
};
« no previous file with comments | « Source/modules/serviceworkers/NavigatorServiceWorker.idl ('k') | Source/modules/vibration/NavigatorVibration.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698