| Index: Source/modules/speech/SpeechRecognition.idl
|
| diff --git a/Source/modules/speech/SpeechRecognition.idl b/Source/modules/speech/SpeechRecognition.idl
|
| index 712bac61a8b288f6a793b1ebe641b655a5b57fcd..ea90d5ae653ea225b37c8586deaaca91902f259e 100644
|
| --- a/Source/modules/speech/SpeechRecognition.idl
|
| +++ b/Source/modules/speech/SpeechRecognition.idl
|
| @@ -35,6 +35,7 @@
|
| attribute boolean continuous;
|
| attribute boolean interimResults;
|
| attribute unsigned long maxAlternatives;
|
| + attribute MediaStreamTrack audioTrack;
|
|
|
| [RaisesException] void start();
|
| [ImplementedAs=stopFunction] void stop();
|
|
|