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

Unified Diff: Source/modules/fetch/FetchManager.h

Issue 869903002: Oilpan: fix build after r188851. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add missing GC base Created 5 years, 11 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/modules/fetch/FetchManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/FetchManager.h
diff --git a/Source/modules/fetch/FetchManager.h b/Source/modules/fetch/FetchManager.h
index b261d090282c2a44727502f24975d09d744bb7a0..8c46009afe64e033893bef3bcaddc49eb88795d8 100644
--- a/Source/modules/fetch/FetchManager.h
+++ b/Source/modules/fetch/FetchManager.h
@@ -36,7 +36,7 @@ private:
void onLoaderFinished(Loader*);
RawPtrWillBeMember<ExecutionContext> m_executionContext;
- HashSet<OwnPtr<Loader>> m_loaders;
+ WillBeHeapHashSet<OwnPtrWillBeMember<Loader>> m_loaders;
bool m_isStopped;
};
« no previous file with comments | « no previous file | Source/modules/fetch/FetchManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698