Index: Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp |
=================================================================== |
--- Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp (revision 134412) |
+++ Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp (working copy) |
@@ -523,11 +523,6 @@ |
void RTCPeerConnection::stop() |
{ |
- if (m_readyState != ReadyStateClosed) |
- m_peerHandler->stop(); |
- |
- m_peerHandler.clear(); |
- |
m_iceState = IceStateClosed; |
m_readyState = ReadyStateClosed; |