| Index: Source/modules/speech/SpeechRecognitionError.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionError.h b/Source/modules/speech/SpeechRecognitionError.h
|
| index dd65519e4b3a1ebbd6fe9a50b4c73a3adb0d0a7e..677b75c53757c229c6533c37ae5eabbb3055bc4e 100644
|
| --- a/Source/modules/speech/SpeechRecognitionError.h
|
| +++ b/Source/modules/speech/SpeechRecognitionError.h
|
| @@ -64,7 +64,10 @@ public:
|
|
|
| virtual const AtomicString& interfaceName() const OVERRIDE;
|
|
|
| - virtual void trace(Visitor*) OVERRIDE { }
|
| + virtual void trace(Visitor* visitor) OVERRIDE
|
| + {
|
| + Event::trace(visitor);
|
| + }
|
|
|
| private:
|
| SpeechRecognitionError(const String&, const String&);
|
|
|