Index: Source/modules/mediastream/RTCDataChannel.cpp |
diff --git a/Source/modules/mediastream/RTCDataChannel.cpp b/Source/modules/mediastream/RTCDataChannel.cpp |
index 7689b71fc0309df396abc2fe4f272c8ec7c12ae3..e6c3402ec16a2e66b8c18dcaacce8eb1540901b6 100644 |
--- a/Source/modules/mediastream/RTCDataChannel.cpp |
+++ b/Source/modules/mediastream/RTCDataChannel.cpp |
@@ -77,7 +77,6 @@ RTCDataChannel::RTCDataChannel(ExecutionContext* context, RTCPeerConnection* con |
, m_scheduledEventTimer(this, &RTCDataChannel::scheduledEventTimerFired) |
, m_connection(connection) |
{ |
- ScriptWrappable::init(this); |
m_handler->setClient(this); |
} |