| Index: Source/modules/speech/SpeechRecognition.idl
|
| diff --git a/Source/modules/speech/SpeechRecognition.idl b/Source/modules/speech/SpeechRecognition.idl
|
| index 531a171835fe48e5a5fd8f82356580a6bb8cf642..86cdf499726a591be64a2bc8a4f84577ff877d13 100644
|
| --- a/Source/modules/speech/SpeechRecognition.idl
|
| +++ b/Source/modules/speech/SpeechRecognition.idl
|
| @@ -29,6 +29,7 @@
|
| ActiveDOMObject,
|
| Constructor,
|
| ConstructorCallWith=ExecutionContext,
|
| + RaisesException=Constructor,
|
| ] interface SpeechRecognition : EventTarget {
|
| attribute SpeechGrammarList grammars;
|
| attribute DOMString lang;
|
|
|