summaryrefslogtreecommitdiff
path: root/Source/WebCore/Modules/speech/SpeechRecognition.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/Modules/speech/SpeechRecognition.idl')
-rw-r--r--Source/WebCore/Modules/speech/SpeechRecognition.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/Modules/speech/SpeechRecognition.idl b/Source/WebCore/Modules/speech/SpeechRecognition.idl
index f6e2844d5..6e1b55eef 100644
--- a/Source/WebCore/Modules/speech/SpeechRecognition.idl
+++ b/Source/WebCore/Modules/speech/SpeechRecognition.idl
@@ -36,7 +36,7 @@ module core {
attribute boolean continuous;
attribute unsigned long maxAlternatives;
- void start();
+ void start() raises (DOMException);
[ImplementedAs=stopFunction] void stop();
void abort();