| Index: Source/platform/graphics/ImageDecodingStore.cpp
|
| diff --git a/Source/platform/graphics/ImageDecodingStore.cpp b/Source/platform/graphics/ImageDecodingStore.cpp
|
| index 90aef2825043c5966f9dd9b60b751ea6e7c07e8a..0340ba506ee51ca0d1cf99431878a09300885bbb 100644
|
| --- a/Source/platform/graphics/ImageDecodingStore.cpp
|
| +++ b/Source/platform/graphics/ImageDecodingStore.cpp
|
| @@ -51,7 +51,7 @@ ImageDecodingStore::ImageDecodingStore()
|
|
|
| ImageDecodingStore::~ImageDecodingStore()
|
| {
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| setCacheLimitInBytes(0);
|
| ASSERT(!m_imageCacheMap.size());
|
| ASSERT(!m_decoderCacheMap.size());
|
|
|