Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSGradientValue.h |
| diff --git a/third_party/WebKit/Source/core/css/CSSGradientValue.h b/third_party/WebKit/Source/core/css/CSSGradientValue.h |
| index 0fcead9f22278a7c075c6d088f2c29242e3f89e2..412a17152d80fdd04915af6e63941abcbe8cf895 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSGradientValue.h |
| +++ b/third_party/WebKit/Source/core/css/CSSGradientValue.h |
| @@ -68,7 +68,7 @@ struct CSSGradientColorStop { |
| dataEquivalent(m_position, other.m_position); |
| } |
| bool isHint() const { |
| - ASSERT(m_color || m_position); |
| + DCHECK(m_color || m_position); |
| return !m_color; |
| } |