| Index: Source/modules/speech/SpeechSynthesisVoice.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesisVoice.cpp b/Source/modules/speech/SpeechSynthesisVoice.cpp
|
| index 677cc6be302dfcbe5b9deb149fd0d1df6e086a2b..f67a61ce0e7e9446a02119a15eac0a1bd1cfa984 100644
|
| --- a/Source/modules/speech/SpeechSynthesisVoice.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesisVoice.cpp
|
| @@ -36,7 +36,6 @@ SpeechSynthesisVoice* SpeechSynthesisVoice::create(PlatformSpeechSynthesisVoice*
|
| SpeechSynthesisVoice::SpeechSynthesisVoice(PlatformSpeechSynthesisVoice* voice)
|
| : m_platformVoice(voice)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| void SpeechSynthesisVoice::trace(Visitor* visitor)
|
|
|