Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1393)

Unified Diff: webrtc/api/webrtcsession.cc

Issue 2630553003: Replace left-over ASSERTs in httpcommon.h and webrtcsession.cc. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/httpcommon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/webrtcsession.cc
diff --git a/webrtc/api/webrtcsession.cc b/webrtc/api/webrtcsession.cc
index 30a0a7c25ef955e9d2c9cc3f20e4a4ff8ccd0f09..a0c72c853ec6a54a4e92e052ec4e15e1c560b634 100644
--- a/webrtc/api/webrtcsession.cc
+++ b/webrtc/api/webrtcsession.cc
@@ -2374,7 +2374,7 @@ void WebRtcSession::DestroyTransport(const std::string& transport_name,
}
void WebRtcSession::DestroyRtcpTransport_n(const std::string& transport_name) {
- ASSERT(network_thread()->IsCurrent());
+ RTC_DCHECK(network_thread()->IsCurrent());
transport_controller_->DestroyTransportChannel_n(
transport_name, cricket::ICE_CANDIDATE_COMPONENT_RTCP);
}
« no previous file with comments | « no previous file | webrtc/base/httpcommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698