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()); |
} |