| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index f38e4d3abcfe6fe70d2a00464e62b0aa09b4232d..2a09ed48c59b5c84e144f02bfb3c85513102d72f 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1183,7 +1183,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;
|
|
|