Index: webrtc/p2p/base/dtlstransportchannel.cc |
diff --git a/webrtc/p2p/base/dtlstransportchannel.cc b/webrtc/p2p/base/dtlstransportchannel.cc |
index d6b5bce723d48282c0f19854330a89afc0c4e1db..59ef2bc41e208a9b9f0f762139d3a878dba99958 100644 |
--- a/webrtc/p2p/base/dtlstransportchannel.cc |
+++ b/webrtc/p2p/base/dtlstransportchannel.cc |
@@ -89,10 +89,8 @@ bool StreamInterfaceChannel::OnPacketReceived(const char* data, size_t size) { |
} |
DtlsTransportChannelWrapper::DtlsTransportChannelWrapper( |
- Transport* transport, |
TransportChannelImpl* channel) |
: TransportChannelImpl(channel->transport_name(), channel->component()), |
- transport_(transport), |
worker_thread_(rtc::Thread::Current()), |
channel_(channel), |
downward_(NULL), |