Index: Source/platform/graphics/ImageDecodingStore.cpp |
diff --git a/Source/platform/graphics/ImageDecodingStore.cpp b/Source/platform/graphics/ImageDecodingStore.cpp |
index 5e7bb4d43afb97fec331eafe4a7a562addf309b6..a6e1fda5ef59a2d9bb92e29da723bf655bf2fa1f 100644 |
--- a/Source/platform/graphics/ImageDecodingStore.cpp |
+++ b/Source/platform/graphics/ImageDecodingStore.cpp |
@@ -367,7 +367,7 @@ void ImageDecodingStore::insertCacheInternal(PassOwnPtr<T> cacheEntry, U* cacheM |
typename U::KeyType key = cacheEntry->cacheKey(); |
typename V::AddResult result = identifierMap->add(cacheEntry->generator(), typename V::MappedType()); |
- result.iterator->value.add(key); |
+ result.storedValue->value.add(key); |
cacheMap->add(key, cacheEntry); |
TRACE_COUNTER1("webkit", "ImageDecodingStoreDiscardableMemoryUsageBytes", m_discardableMemoryUsageInBytes); |