| Index: third_party/WebKit/Source/core/fetch/MemoryCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/MemoryCache.cpp b/third_party/WebKit/Source/core/fetch/MemoryCache.cpp
|
| index 7c7e029eb8be135eb56caa1b837e63793c8d401a..d745a3510930209e3c493545aea2728376886d07 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MemoryCache.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/MemoryCache.cpp
|
| @@ -304,6 +304,7 @@ void MemoryCache::pruneDeadResources(PruneStrategy strategy)
|
| continue;
|
| }
|
|
|
| + // TODO(yoav): Why do isPreloaded() resources get special treatment here?
|
| if (!resource->isAlive() && !resource->isPreloaded() && resource->isLoaded()) {
|
| // Destroy our decoded data. This will remove us from
|
| // m_liveDecodedResources, and possibly move us to a different
|
|
|