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

Unified Diff: third_party/WebKit/Source/platform/DragImageTest.cpp

Issue 2846303002: Replace ASSERT with DCHECK in platform/ (Closed)
Patch Set: rebase Created 3 years, 8 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/platform/DragImageTest.cpp
diff --git a/third_party/WebKit/Source/platform/DragImageTest.cpp b/third_party/WebKit/Source/platform/DragImageTest.cpp
index fc8dabc7c6e78bf8e81e5afc2a7dbba5c8be5342..9222aab2c34854b1e6a8345ee24820a8601ef7dc 100644
--- a/third_party/WebKit/Source/platform/DragImageTest.cpp
+++ b/third_party/WebKit/Source/platform/DragImageTest.cpp
@@ -60,7 +60,7 @@ class TestImage : public Image {
}
IntSize Size() const override {
- ASSERT(image_);
+ DCHECK(image_);
return IntSize(image_->width(), image_->height());
}
« no previous file with comments | « third_party/WebKit/Source/platform/DecimalTest.cpp ('k') | third_party/WebKit/Source/platform/EventDispatchForbiddenScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698