summaryrefslogtreecommitdiffstats
path: root/dom/media/webrtc/transport/test/test_nr_socket_ice_unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/webrtc/transport/test/test_nr_socket_ice_unittest.cpp')
-rw-r--r--dom/media/webrtc/transport/test/test_nr_socket_ice_unittest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/media/webrtc/transport/test/test_nr_socket_ice_unittest.cpp b/dom/media/webrtc/transport/test/test_nr_socket_ice_unittest.cpp
index b55b05f10c..20754f033b 100644
--- a/dom/media/webrtc/transport/test/test_nr_socket_ice_unittest.cpp
+++ b/dom/media/webrtc/transport/test/test_nr_socket_ice_unittest.cpp
@@ -73,7 +73,8 @@ class IcePeer {
peer_ctx_(nullptr),
nat_(nat),
test_utils_(test_utils) {
- nr_ice_ctx_create(const_cast<char*>(name_.c_str()), flags, &ice_ctx_);
+ nr_ice_ctx_create(const_cast<char*>(name_.c_str()), flags, nullptr,
+ &ice_ctx_);
if (nat_) {
nr_socket_factory* factory;