| Index: webrtc/p2p/base/port.cc
|
| diff --git a/webrtc/p2p/base/port.cc b/webrtc/p2p/base/port.cc
|
| index fbc64f2e0a784175a2f1f94ae25bac4aca3b710a..eb22f6d3a7856c96d93d8d206725db52db430a9f 100644
|
| --- a/webrtc/p2p/base/port.cc
|
| +++ b/webrtc/p2p/base/port.cc
|
| @@ -150,8 +150,7 @@ Port::Port(rtc::Thread* thread,
|
| enable_port_packets_(false),
|
| ice_role_(ICEROLE_UNKNOWN),
|
| tiebreaker_(0),
|
| - shared_socket_(true),
|
| - candidate_filter_(CF_ALL) {
|
| + shared_socket_(true) {
|
| Construct();
|
| }
|
|
|
| @@ -180,8 +179,7 @@ Port::Port(rtc::Thread* thread,
|
| enable_port_packets_(false),
|
| ice_role_(ICEROLE_UNKNOWN),
|
| tiebreaker_(0),
|
| - shared_socket_(false),
|
| - candidate_filter_(CF_ALL) {
|
| + shared_socket_(false) {
|
| ASSERT(factory_ != NULL);
|
| Construct();
|
| }
|
|
|