Index: third_party/WebKit/Source/core/style/ShadowList.h |
diff --git a/third_party/WebKit/Source/core/style/ShadowList.h b/third_party/WebKit/Source/core/style/ShadowList.h |
index 2de31cbb8e491ce6758cfb0d525d16c5157d72e9..abc9897daf5cc7f83f5d6581366f74d3a84c699a 100644 |
--- a/third_party/WebKit/Source/core/style/ShadowList.h |
+++ b/third_party/WebKit/Source/core/style/ShadowList.h |
@@ -78,7 +78,7 @@ class ShadowList : public RefCounted<ShadowList> { |
private: |
ShadowList(ShadowDataVector& shadows) { |
// If we have no shadows, we use a null ShadowList |
- ASSERT(!shadows.isEmpty()); |
+ DCHECK(!shadows.isEmpty()); |
m_shadows.swap(shadows); |
m_shadows.shrinkToFit(); |
} |