Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechGrammar.cpp
index 73b8701..850f0e0 100644 (file)
@@ -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