| Index: Source/WebCore/Modules/speech/SpeechSynthesisEvent.cpp
|
| diff --git a/Source/WebCore/Modules/speech/SpeechSynthesisEvent.cpp b/Source/WebCore/Modules/speech/SpeechSynthesisEvent.cpp
|
| index ff3d55b482f8e2053c3e21cce40f80b372f2e2f2..9ab062904b5eafc67fc834bda8ecba8a82ec4466 100644
|
| --- a/Source/WebCore/Modules/speech/SpeechSynthesisEvent.cpp
|
| +++ b/Source/WebCore/Modules/speech/SpeechSynthesisEvent.cpp
|
| @@ -42,6 +42,7 @@ PassRefPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString
|
|
|
| SpeechSynthesisEvent::SpeechSynthesisEvent()
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name)
|
|
|