Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / mediastream / RTCDataChannelEvent.cpp
index 51831ee..786680c 100644 (file)
@@ -40,14 +40,12 @@ PassRefPtrWillBeRawPtr<RTCDataChannelEvent> RTCDataChannelEvent::create(const At
 
 RTCDataChannelEvent::RTCDataChannelEvent()
 {
-    ScriptWrappable::init(this);
 }
 
 RTCDataChannelEvent::RTCDataChannelEvent(const AtomicString& type, bool canBubble, bool cancelable, RTCDataChannel* channel)
     : Event(type, canBubble, cancelable)
     , m_channel(channel)
 {
-    ScriptWrappable::init(this);
 }
 
 RTCDataChannelEvent::~RTCDataChannelEvent()