| 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();
|
|
|