Index: third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp |
diff --git a/third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp b/third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp |
index 58ede93d71240ca08c2ea0437c1d00b749fd30cd..b7aab276f475dba46cdb095163354715f8f9118e 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp |
@@ -45,7 +45,7 @@ WebRTCStatsResponse::operator RTCStatsResponseBase*() const { |
} |
void WebRTCStatsResponse::AddStats(const WebRTCLegacyStats& stats) { |
- ASSERT(!private_.IsNull()); |
+ DCHECK(!private_.IsNull()); |
private_->AddStats(stats); |
} |