summaryrefslogtreecommitdiff
path: root/chromium/third_party/webrtc/pc/peer_connection_ice_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/pc/peer_connection_ice_unittest.cc')
-rw-r--r--chromium/third_party/webrtc/pc/peer_connection_ice_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/webrtc/pc/peer_connection_ice_unittest.cc b/chromium/third_party/webrtc/pc/peer_connection_ice_unittest.cc
index 03c11283bbc..afc859434f1 100644
--- a/chromium/third_party/webrtc/pc/peer_connection_ice_unittest.cc
+++ b/chromium/third_party/webrtc/pc/peer_connection_ice_unittest.cc
@@ -58,7 +58,7 @@ class PeerConnectionWrapperForIceTest : public PeerConnectionWrapper {
const auto& first_content = desc->contents()[0];
candidate->set_transport_name(first_content.name);
std::unique_ptr<IceCandidateInterface> jsep_candidate =
- CreateIceCandidate(first_content.name, 0, *candidate);
+ CreateIceCandidate(first_content.name, -1, *candidate);
return pc()->AddIceCandidate(jsep_candidate.get());
}