| Index: Source/modules/speech/SpeechRecognition.h
|
| diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h
|
| index afb08cae3b79b0b00a1483c1f8a32e673a8d65d8..1ccbdebdce547fded82656450db69bb9146a0662 100644
|
| --- a/Source/modules/speech/SpeechRecognition.h
|
| +++ b/Source/modules/speech/SpeechRecognition.h
|
| @@ -37,7 +37,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -class ExceptionState;
|
| class ScriptExecutionContext;
|
| class SpeechRecognitionController;
|
| class SpeechRecognitionError;
|
| @@ -62,7 +61,7 @@ public:
|
| void setMaxAlternatives(unsigned long maxAlternatives) { m_maxAlternatives = maxAlternatives; }
|
|
|
| // Callable by the user.
|
| - void start(ExceptionState&);
|
| + void start(ExceptionCode&);
|
| void stopFunction();
|
| void abort();
|
|
|
|
|