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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp

Issue 2858963002: Replace ASSERT with DCHECK in core/ (Closed)
Patch Set: WorkerBackingThread Created 3 years, 7 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
Index: third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
index 4eed7c1bf456f04b1db2df6349540b452fa5369d..ba11004e17248da7a2263dad7d768800eeee548e 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
+++ b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
@@ -185,7 +185,7 @@ void InspectorResourceContentLoader::Cancel(int client_id) {
}
InspectorResourceContentLoader::~InspectorResourceContentLoader() {
- ASSERT(resources_.IsEmpty());
+ DCHECK(resources_.IsEmpty());
}
DEFINE_TRACE(InspectorResourceContentLoader) {

Powered by Google App Engine
This is Rietveld 408576698