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

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: Rebase 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 931ea69f0fd446a1af9f8eaab33a847a4790536a..032688b29a69820f4b7ec93133d04fddd7a98eb8 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/fetch/CachingCorrectnessTest.cpp » ('j') | Source/core/loader/FrameFetchContextTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698