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