| Index: Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionAlternative.cpp b/Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| index bb17cf439b7d0c949f98e31fd074294888af0c8c..1505bba61db9df9531c0dd63baad071cd29724ce 100644
|
| --- a/Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionAlternative.cpp
|
| @@ -38,7 +38,6 @@ SpeechRecognitionAlternative::SpeechRecognitionAlternative(const String& transcr
|
| : m_transcript(transcript)
|
| , m_confidence(confidence)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| } // namespace blink
|
|
|