| Index: webrtc/api/test/peerconnectiontestwrapper.cc
|
| diff --git a/webrtc/api/test/peerconnectiontestwrapper.cc b/webrtc/api/test/peerconnectiontestwrapper.cc
|
| index ed8e031afc3ab22f85997ae13208885539f13edc..2dddbfbaba29d2bbd3ca3e9b86844d9c5858a094 100644
|
| --- a/webrtc/api/test/peerconnectiontestwrapper.cc
|
| +++ b/webrtc/api/test/peerconnectiontestwrapper.cc
|
| @@ -82,7 +82,7 @@ bool PeerConnectionTestWrapper::CreatePc(
|
| std::unique_ptr<webrtc::DtlsIdentityStoreInterface> dtls_identity_store(
|
| rtc::SSLStreamAdapter::HaveDtlsSrtp() ? new FakeDtlsIdentityStore()
|
| : nullptr);
|
| - peer_connection_ = peer_connection_factory_->CreatePeerConnection(
|
| + peer_connection_ = peer_connection_factory_->CreatePeerConnectionWithStore(
|
| config, constraints, std::move(port_allocator),
|
| std::move(dtls_identity_store), this);
|
|
|
|
|