Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / track / VideoTrack.cpp
index e7efb18..86d26b5 100644 (file)
@@ -13,7 +13,6 @@ VideoTrack::VideoTrack(const String& id, const AtomicString& kind, const AtomicS
     : TrackBase(TrackBase::VideoTrack, label, language, id)
     , m_selected(selected)
 {
-    ScriptWrappable::init(this);
     setKind(kind);
 }