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

Unified Diff: third_party/WebCore/Modules/speech/SpeechRecognition.idl

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. Created 8 years, 5 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: third_party/WebCore/Modules/speech/SpeechRecognition.idl
diff --git a/third_party/WebCore/Modules/speech/SpeechRecognition.idl b/third_party/WebCore/Modules/speech/SpeechRecognition.idl
index 5fea70d27c137515e8163aaf4dcf6cefbb97e8d8..f6e2844d50204d329b84074aa2407dbb7021af77 100644
--- a/third_party/WebCore/Modules/speech/SpeechRecognition.idl
+++ b/third_party/WebCore/Modules/speech/SpeechRecognition.idl
@@ -34,6 +34,7 @@ module core {
attribute SpeechGrammarList grammars;
attribute DOMString lang;
attribute boolean continuous;
+ attribute unsigned long maxAlternatives;
void start();
[ImplementedAs=stopFunction] void stop();

Powered by Google App Engine
This is Rietveld 408576698