Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / mediastream / RTCStatsReport.cpp
index ba88250..12e0484 100644 (file)
@@ -38,7 +38,6 @@ RTCStatsReport::RTCStatsReport(const String& id, const String& type, double time
     , m_type(type)
     , m_timestamp(timestamp)
 {
-    ScriptWrappable::init(this);
 }
 
 Vector<String> RTCStatsReport::names() const