Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / track / vtt / VTTCue.cpp
index d21ce34..df41989 100644 (file)
@@ -223,7 +223,6 @@ VTTCue::VTTCue(Document& document, double startTime, double endTime, const Strin
     , m_displayTreeShouldChange(true)
     , m_notifyRegion(true)
 {
-    ScriptWrappable::init(this);
     UseCounter::count(document, UseCounter::VTTCue);
 }