| Index: webrtc/p2p/base/port.cc
|
| diff --git a/webrtc/p2p/base/port.cc b/webrtc/p2p/base/port.cc
|
| index bd7368bf3a4848f6235171791ac3a078dc0b8a07..15da8f95aec4ca05bdb42385028cd1a76b9c98b5 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();
|
| }
|
|
|