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; |