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

Unified Diff: Modules/speech/SpeechSynthesisUtterance.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: Modules/speech/SpeechSynthesisUtterance.idl
diff --git a/Modules/speech/SpeechSynthesisUtterance.idl b/Modules/speech/SpeechSynthesisUtterance.idl
index 1eb472dcebdbfa695669c323bdd42118aaf323c8..4eb7d56c579a80ba7a1c206c31b59c7c5b42a4c3 100644
--- a/Modules/speech/SpeechSynthesisUtterance.idl
+++ b/Modules/speech/SpeechSynthesisUtterance.idl
@@ -31,7 +31,7 @@
] interface SpeechSynthesisUtterance {
attribute DOMString text;
attribute DOMString lang;
- attribute DOMString voiceURI;
+ attribute SpeechSynthesisVoice voice;
attribute float volume;
attribute float rate;
attribute float pitch;

Powered by Google App Engine
This is Rietveld 408576698