Index: webrtc/p2p/base/transportcontroller.cc |
diff --git a/webrtc/p2p/base/transportcontroller.cc b/webrtc/p2p/base/transportcontroller.cc |
index 7d60397955a5ec2b0d7f891931085fd40fd71d71..c9ba9fdb3cfd579e575ad9c985b5d4260495771e 100644 |
--- a/webrtc/p2p/base/transportcontroller.cc |
+++ b/webrtc/p2p/base/transportcontroller.cc |
@@ -759,7 +759,7 @@ void TransportController::OnChannelCandidateGathered_n( |
// We should never signal peer-reflexive candidates. |
if (candidate.type() == PRFLX_PORT_TYPE) { |
- RTC_DCHECK(false); |
+ RTC_NOTREACHED(); |
return; |
} |
std::vector<Candidate> candidates; |