| Index: Source/modules/speech/SpeechRecognition.idl
|
| diff --git a/Source/modules/speech/SpeechRecognition.idl b/Source/modules/speech/SpeechRecognition.idl
|
| index 712bac61a8b288f6a793b1ebe641b655a5b57fcd..531a171835fe48e5a5fd8f82356580a6bb8cf642 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;
|
| + [RuntimeEnabled=MediaStreamSpeech] attribute MediaStreamTrack audioTrack;
|
|
|
| [RaisesException] void start();
|
| [ImplementedAs=stopFunction] void stop();
|
|
|