| Index: Source/modules/speech/SpeechSynthesisEvent.cpp
|
| diff --git a/Source/modules/speech/SpeechSynthesisEvent.cpp b/Source/modules/speech/SpeechSynthesisEvent.cpp
|
| index f873887386cded7a99bc3f7ecf674ae33f080b5d..ebf1036969a6c3da220c897a99e358215b8730d9 100644
|
| --- a/Source/modules/speech/SpeechSynthesisEvent.cpp
|
| +++ b/Source/modules/speech/SpeechSynthesisEvent.cpp
|
| @@ -40,7 +40,6 @@ PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const
|
|
|
| SpeechSynthesisEvent::SpeechSynthesisEvent()
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name)
|
| @@ -49,7 +48,6 @@ SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned lo
|
| , m_elapsedTime(elapsedTime)
|
| , m_name(name)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| } // namespace blink
|
|
|