Chromium Code Reviews| 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; |
|
jochen (gone - plz use gerrit)
2014/09/18 18:22:58
should that be prefixed with [RuntimeEnabled=Media
burnik
2014/09/22 08:35:24
I believe so. Adding it.
|
| [RaisesException] void start(); |
| [ImplementedAs=stopFunction] void stop(); |