| Index: sky/engine/core/fetch/MemoryCache.h
|
| diff --git a/sky/engine/core/fetch/MemoryCache.h b/sky/engine/core/fetch/MemoryCache.h
|
| index bd9b7e0c0888894ccd5d05a7e34bccfb33de9d5d..6d19b4a893d1a1fc4e7e2e4f47bf47aa3ac6537d 100644
|
| --- a/sky/engine/core/fetch/MemoryCache.h
|
| +++ b/sky/engine/core/fetch/MemoryCache.h
|
| @@ -277,15 +277,6 @@ private:
|
| typedef HashMap<String, OwnPtr<MemoryCacheEntry> > ResourceMap;
|
| ResourceMap m_resources;
|
|
|
| -#if ENABLE(OILPAN)
|
| - // Unlike m_allResources, m_liveResources is a set of Resource objects which
|
| - // should not be deleted. m_allResources only contains on-cache Resource
|
| - // objects.
|
| - // FIXME: Can we remove manual lifetime management of Resource and this?
|
| - HeapHashSet<Member<Resource> > m_liveResources;
|
| - friend RawPtr<MemoryCache> replaceMemoryCacheForTesting(RawPtr<MemoryCache>);
|
| -#endif
|
| -
|
| friend class MemoryCacheTest;
|
| #ifdef MEMORY_CACHE_STATS
|
| Timer<MemoryCache> m_statsTimer;
|
|
|