| Index: Source/modules/speech/SpeechGrammar.cpp
|
| diff --git a/Source/modules/speech/SpeechGrammar.cpp b/Source/modules/speech/SpeechGrammar.cpp
|
| index 73b8701e1ca5c57090b1440d53ac0bf23514d2ba..850f0e0f812744b18f9a04f47a7b1acdb7257676 100644
|
| --- a/Source/modules/speech/SpeechGrammar.cpp
|
| +++ b/Source/modules/speech/SpeechGrammar.cpp
|
| @@ -50,14 +50,12 @@ void SpeechGrammar::setSrc(ExecutionContext* executionContext, const String& src
|
| SpeechGrammar::SpeechGrammar()
|
| : m_weight(1.0)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| SpeechGrammar::SpeechGrammar(const KURL& src, double weight)
|
| : m_src(src)
|
| , m_weight(weight)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| } // namespace blink
|
|
|