| Index: Source/core/speech/SpeechInputEvent.h
 | 
| diff --git a/Source/core/speech/SpeechInputEvent.h b/Source/core/speech/SpeechInputEvent.h
 | 
| index 3d264b7d60ab341e49c1c6619c0fa8b953f68db1..d9cd9be82b5fe0d90788dbf7669625354ec54a54 100644
 | 
| --- a/Source/core/speech/SpeechInputEvent.h
 | 
| +++ b/Source/core/speech/SpeechInputEvent.h
 | 
| @@ -39,7 +39,7 @@ class SpeechInputEvent FINAL : public Event {
 | 
|  public:
 | 
|      static PassRefPtr<SpeechInputEvent> create();
 | 
|      static PassRefPtr<SpeechInputEvent> create(const AtomicString& eventType, const SpeechInputResultArray& results);
 | 
| -    ~SpeechInputEvent();
 | 
| +    virtual ~SpeechInputEvent();
 | 
|  
 | 
|      SpeechInputResultList* results() const { return m_results.get(); }
 | 
|  
 | 
| 
 |