| Index: webrtc/api/peerconnection.cc
 | 
| diff --git a/webrtc/api/peerconnection.cc b/webrtc/api/peerconnection.cc
 | 
| index 1a29e5512493e1761e9c55f7e3eeed6aa94747c5..4be3c7d458339da533101df22ec192a36bc72ed2 100644
 | 
| --- a/webrtc/api/peerconnection.cc
 | 
| +++ b/webrtc/api/peerconnection.cc
 | 
| @@ -2072,7 +2072,7 @@ void PeerConnection::OnRemoteTrackRemoved(const std::string& stream_label,
 | 
|        stream->RemoveTrack(video_track);
 | 
|      }
 | 
|    } else {
 | 
| -    ASSERT(false && "Invalid media type");
 | 
| +    RTC_NOTREACHED() << "Invalid media type";
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |