Esempio n. 1
0
ImageDecodingStore::~ImageDecodingStore() {
#if ENABLE(ASSERT)
  setCacheLimitInBytes(0);
  ASSERT(!m_decoderCacheMap.size());
  ASSERT(!m_orderedCacheList.size());
  ASSERT(!m_decoderCacheKeyMap.size());
#endif
}
ImageDecodingStore::~ImageDecodingStore()
{
#ifndef NDEBUG
    setCacheLimitInBytes(0);
    ASSERT(!m_cacheMap.size());
    ASSERT(!m_orderedCacheList.size());
    ASSERT(!m_cachedSizeMap.size());
#endif
}