| Index: Source/modules/speech/SpeechSynthesisVoice.h
|
| diff --git a/Source/modules/speech/SpeechSynthesisVoice.h b/Source/modules/speech/SpeechSynthesisVoice.h
|
| index 6d83d740222d13c585fed0dd01cd2b83f1e56355..c69b84f9b402985e1109369ac495a5a6cb58f3cb 100644
|
| --- a/Source/modules/speech/SpeechSynthesisVoice.h
|
| +++ b/Source/modules/speech/SpeechSynthesisVoice.h
|
| @@ -36,7 +36,6 @@ namespace WebCore {
|
|
|
| class SpeechSynthesisVoice : public ScriptWrappable, public RefCounted<SpeechSynthesisVoice> {
|
| public:
|
| - virtual ~SpeechSynthesisVoice() { }
|
| static PassRefPtr<SpeechSynthesisVoice> create(PassRefPtr<PlatformSpeechSynthesisVoice>);
|
|
|
| const String& voiceURI() const { return m_platformVoice->voiceURI(); }
|
|
|