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