Index: Source/modules/speech/SpeechSynthesis.cpp |
diff --git a/Source/modules/speech/SpeechSynthesis.cpp b/Source/modules/speech/SpeechSynthesis.cpp |
index 2aec9f1a36cea31c44185551859e95722cc1f789..6037e229f4d1c347bbbd1daf0145063f266b3588 100644 |
--- a/Source/modules/speech/SpeechSynthesis.cpp |
+++ b/Source/modules/speech/SpeechSynthesis.cpp |
@@ -44,7 +44,6 @@ SpeechSynthesis::SpeechSynthesis(ExecutionContext* context) |
, m_platformSpeechSynthesizer(PlatformSpeechSynthesizer::create(this)) |
, m_isPaused(false) |
{ |
- ScriptWrappable::init(this); |
} |
void SpeechSynthesis::setPlatformSynthesizer(PlatformSpeechSynthesizer* synthesizer) |