| Index: third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
|
| index 17a2e110aeafc5c97cfdee3001bcfa9850a59b56..61aa4354ed98265a1603ca24719019a18de3d0d9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp
|
| @@ -43,7 +43,7 @@ ImageDecodingStore::ImageDecodingStore()
|
| m_heapMemoryUsageInBytes(0) {}
|
|
|
| ImageDecodingStore::~ImageDecodingStore() {
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| setCacheLimitInBytes(0);
|
| ASSERT(!m_decoderCacheMap.size());
|
| ASSERT(!m_orderedCacheList.size());
|
|
|