| 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 f6e2844d50204d329b84074aa2407dbb7021af77..6e1b55eefe540570cf16185878eda0d42e53badb 100644
|
| --- a/third_party/WebCore/Modules/speech/SpeechRecognition.idl
|
| +++ b/third_party/WebCore/Modules/speech/SpeechRecognition.idl
|
| @@ -36,7 +36,7 @@ module core {
|
| attribute boolean continuous;
|
| attribute unsigned long maxAlternatives;
|
|
|
| - void start();
|
| + void start() raises (DOMException);
|
| [ImplementedAs=stopFunction] void stop();
|
| void abort();
|
|
|
|
|