Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1202)

Unified Diff: sky/engine/core/fetch/MemoryCache.h

Issue 683703003: Remove various Heap* types. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/dom/ExecutionContext.cpp ('k') | sky/engine/core/fetch/MemoryCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « sky/engine/core/dom/ExecutionContext.cpp ('k') | sky/engine/core/fetch/MemoryCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698