Index: webrtc/api/peerconnection.cc |
diff --git a/webrtc/api/peerconnection.cc b/webrtc/api/peerconnection.cc |
index 1d85e73234349d515449284acdd9202800bd6f0e..9884ba4700e314ca245075afdece756a232210db 100644 |
--- a/webrtc/api/peerconnection.cc |
+++ b/webrtc/api/peerconnection.cc |
@@ -1944,7 +1944,7 @@ void PeerConnection::OnRemoteTrackRemoved(const std::string& stream_label, |
stream->RemoveTrack(video_track); |
} |
} else { |
- ASSERT(false && "Invalid media type"); |
+ RTC_DCHECK(false && "Invalid media type"); |
kwiberg-webrtc
2017/01/12 02:10:41
RTC_NOTREACHED with a message?
|
} |
} |