| Index: webrtc/p2p/base/dtlstransport.h
|
| diff --git a/webrtc/p2p/base/dtlstransport.h b/webrtc/p2p/base/dtlstransport.h
|
| index 9f2903e1d7fbbe195d9101acaa8acbaa1472a6aa..276b05f786f265bf026f941fa32bb75a51fe130d 100644
|
| --- a/webrtc/p2p/base/dtlstransport.h
|
| +++ b/webrtc/p2p/base/dtlstransport.h
|
| @@ -199,7 +199,7 @@ class DtlsTransport : public Base {
|
|
|
| DtlsTransportChannelWrapper* CreateTransportChannel(int component) override {
|
| DtlsTransportChannelWrapper* channel = new DtlsTransportChannelWrapper(
|
| - this, Base::CreateTransportChannel(component));
|
| + Base::CreateTransportChannel(component));
|
| channel->SetSslMaxProtocolVersion(ssl_max_version_);
|
| return channel;
|
| }
|
|
|