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

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: Check m_fetcher in DocumentLoader Created 5 years, 6 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/dom/Document.cpp » ('j') | Source/core/fetch/FetchContext.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 04062a67195203dfbaec487bc94c18369a9d7436..66f51fa06141d4cae5bbf26c69d1191e4b8880ef 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1181,7 +1181,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/dom/Document.cpp » ('j') | Source/core/fetch/FetchContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698