Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechRecognition.cpp
index a598db6..dfc7248 100644 (file)
@@ -176,7 +176,6 @@ SpeechRecognition::SpeechRecognition(ExecutionContext* context)
     , m_started(false)
     , m_stopping(false)
 {
-    ScriptWrappable::init(this);
     Document* document = toDocument(executionContext());
 
     Page* page = document->page();