Index: Source/modules/mediastream/RTCPeerConnection.cpp |
diff --git a/Source/modules/mediastream/RTCPeerConnection.cpp b/Source/modules/mediastream/RTCPeerConnection.cpp |
index bb629663cfbb809b442857bff190d6ec151210fc..72bcb3ab32a94b9b9346e417fa261151fa672128 100644 |
--- a/Source/modules/mediastream/RTCPeerConnection.cpp |
+++ b/Source/modules/mediastream/RTCPeerConnection.cpp |
@@ -234,7 +234,6 @@ RTCPeerConnection::RTCPeerConnection(ExecutionContext* context, RTCConfiguration |
, m_stopped(false) |
, m_closed(false) |
{ |
- ScriptWrappable::init(this); |
Document* document = toDocument(executionContext()); |
// If we fail, set |m_closed| and |m_stopped| to true, to avoid hitting the assert in the destructor. |