Index: modules/speech/SpeechRecognition.idl |
diff --git a/modules/speech/SpeechRecognition.idl b/modules/speech/SpeechRecognition.idl |
index 712bac61a8b288f6a793b1ebe641b655a5b57fcd..71854f7852fc0152a2ce364389a6ea89eb4179f9 100644 |
--- a/modules/speech/SpeechRecognition.idl |
+++ b/modules/speech/SpeechRecognition.idl |
@@ -32,9 +32,11 @@ |
] interface SpeechRecognition : EventTarget { |
attribute SpeechGrammarList grammars; |
attribute DOMString lang; |
+ attribute DOMString serviceURI; |
attribute boolean continuous; |
attribute boolean interimResults; |
attribute unsigned long maxAlternatives; |
+ [RuntimeEnabled=MediaStreamSpeech] attribute MediaStreamTrack audioTrack; |
[RaisesException] void start(); |
[ImplementedAs=stopFunction] void stop(); |