| Index: Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesisUtterance.cpp b/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| index 2f97ca2c13a5eb51be7be8b5a2f0550522f21996..8b98af639b03714568f9f9bb0013b4a524aa9e47 100644
|
| --- a/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| @@ -37,7 +37,6 @@ SpeechSynthesisUtterance::SpeechSynthesisUtterance(ExecutionContext* context, co
|
| : ContextLifecycleObserver(context)
|
| , m_platformUtterance(PlatformSpeechSynthesisUtterance::create(this))
|
| {
|
| - ScriptWrappable::init(this);
|
| m_platformUtterance->setText(text);
|
| }
|
|
|
|
|