Index: Source/modules/mediastream/RTCDataChannelEvent.cpp |
diff --git a/Source/modules/mediastream/RTCDataChannelEvent.cpp b/Source/modules/mediastream/RTCDataChannelEvent.cpp |
index 51831eef89a3336ee9004ca2896062b02c94f07a..786680c73714b740c4c2c5be47b97140e1369747 100644 |
--- a/Source/modules/mediastream/RTCDataChannelEvent.cpp |
+++ b/Source/modules/mediastream/RTCDataChannelEvent.cpp |
@@ -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() |