Index: third_party/WebKit/Source/core/css/CSSImageSetValue.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp b/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp |
index 7430add542470715679d9b26a7bf15ee4602e534..c98064dd2b7b878d84a28c30273521ee64662472 100644 |
--- a/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.cpp |
@@ -93,7 +93,7 @@ bool CSSImageSetValue::isCachePending(float deviceScaleFactor) const { |
} |
StyleImage* CSSImageSetValue::cachedImage(float deviceScaleFactor) const { |
- ASSERT(!isCachePending(deviceScaleFactor)); |
+ DCHECK(!isCachePending(deviceScaleFactor)); |
return m_cachedImage.get(); |
} |