Chromium Code Reviews| Index: webrtc/api/statstypes.cc |
| diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc |
| index 4a5bd69b9d3cc3d090b8fde0433b0631afc4d49e..0b3e38e3c739b5990bcc672e7d6eed466a2d78b7 100644 |
| --- a/webrtc/api/statstypes.cc |
| +++ b/webrtc/api/statstypes.cc |
| @@ -57,7 +57,7 @@ const char* InternalTypeToString(StatsReport::StatsType type) { |
| case StatsReport::kStatsReportTypeDataChannel: |
| return "datachannel"; |
| } |
| - RTC_DCHECK(false); |
| + RTC_NOTREACHED(); |
| return nullptr; |
| } |