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

Unified Diff: Source/core/dom/Document.h

Issue 1124153003: [Oilpan] [Reland] Migrate classes under core/fetch to Oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Work for comment Created 5 years, 5 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/CachingCorrectnessTest.cpp » ('j') | Source/core/fetch/Resource.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index c115fb963a6581fd8a39ecaa42c14caedd47e728..a7a76bcdb09527bb93b3d4ce69c5cee7643146b3 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1185,7 +1185,7 @@ private:
// redundant with oilpan.
RawPtrWillBeMember<HTMLImportsController> m_importsController;
- RefPtrWillBeMember<ResourceFetcher> m_fetcher;
+ PersistentWillBeMember<ResourceFetcher> m_fetcher;
RefPtrWillBeMember<DocumentParser> m_parser;
unsigned m_activeParserCount;
RefPtrWillBeMember<ContextFeatures> m_contextFeatures;
« no previous file with comments | « no previous file | Source/core/fetch/CachingCorrectnessTest.cpp » ('j') | Source/core/fetch/Resource.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698