| Index: Source/modules/speech/SpeechRecognition.h
|
| diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h
|
| index 1ccbdebdce547fded82656450db69bb9146a0662..6befffff9a06f07db12e2429c96f317cbe19197a 100644
|
| --- a/Source/modules/speech/SpeechRecognition.h
|
| +++ b/Source/modules/speech/SpeechRecognition.h
|
| @@ -43,7 +43,7 @@ class SpeechRecognitionError;
|
| class SpeechRecognitionResult;
|
| class SpeechRecognitionResultList;
|
|
|
| -class SpeechRecognition : public RefCounted<SpeechRecognition>, public ScriptWrappable, public ActiveDOMObject, public EventTarget {
|
| +class SpeechRecognition : public EventTarget, public RefCounted<SpeechRecognition>, public ScriptWrappable, public ActiveDOMObject {
|
| public:
|
| static PassRefPtr<SpeechRecognition> create(ScriptExecutionContext*);
|
| ~SpeechRecognition();
|
|
|