| Index: third_party/WebKit/Source/modules/speech/SpeechRecognition.idl
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechRecognition.idl b/third_party/WebKit/Source/modules/speech/SpeechRecognition.idl
|
| index a1b29ced874a5fad10eddf9d54f454a14537d63b..27f29ede08858a78d574416cc220189700236ad1 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognition.idl
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognition.idl
|
| @@ -43,7 +43,7 @@
|
| [RuntimeEnabled=MediaStreamSpeech] attribute MediaStreamTrack? audioTrack;
|
|
|
| // methods to drive the speech interaction
|
| - [RaisesException] void start();
|
| + [RaisesException, Measure] void start();
|
| [ImplementedAs=stopFunction] void stop();
|
| void abort();
|
|
|
|
|