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

Unified Diff: Source/core/fetch/MemoryCache.h

Issue 1125733002: Oilpan: use transition type for MemoryCache::resourcesForURL()'s result. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | Source/core/fetch/MemoryCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/MemoryCache.h
diff --git a/Source/core/fetch/MemoryCache.h b/Source/core/fetch/MemoryCache.h
index 02f6947408a9520f0f5c7fd02830ff9497414313..9dde27c88eafe9f6202fe6322c030b209b8f9a3f 100644
--- a/Source/core/fetch/MemoryCache.h
+++ b/Source/core/fetch/MemoryCache.h
@@ -174,7 +174,7 @@ public:
Resource* resourceForURL(const KURL&);
Resource* resourceForURL(const KURL&, const String& cacheIdentifier);
- WillBeHeapVector<Member<Resource>> resourcesForURL(const KURL&);
+ WillBeHeapVector<RawPtrWillBeMember<Resource>> resourcesForURL(const KURL&);
void add(Resource*);
void replace(Resource* newResource, Resource* oldResource);
« no previous file with comments | « no previous file | Source/core/fetch/MemoryCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698