| Index: content/renderer/p2p/port_allocator.cc
|
| diff --git a/content/renderer/p2p/port_allocator.cc b/content/renderer/p2p/port_allocator.cc
|
| index 7d06f6e2b7329fa9fe39ef84b015c7a338ed6dd6..738011347a259a5218fae904ae236274f2a7a468 100644
|
| --- a/content/renderer/p2p/port_allocator.cc
|
| +++ b/content/renderer/p2p/port_allocator.cc
|
| @@ -282,8 +282,8 @@ void P2PPortAllocatorSession::ParseRelayResponse() {
|
| }
|
|
|
| void P2PPortAllocatorSession::AddConfig() {
|
| - cricket::PortConfiguration* config =
|
| - new cricket::PortConfiguration(stun_server_address_, "", "");
|
| + cricket::PortConfiguration* config = new cricket::PortConfiguration(
|
| + stun_server_address_, std::string(), std::string());
|
|
|
| if (allocator_->config_.legacy_relay) {
|
| // Passing empty credentials for legacy google relay.
|
|
|