| Index: Source/core/dom/Document.h
 | 
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
 | 
| index c115fb963a6581fd8a39ecaa42c14caedd47e728..a7a76bcdb09527bb93b3d4ce69c5cee7643146b3 100644
 | 
| --- a/Source/core/dom/Document.h
 | 
| +++ b/Source/core/dom/Document.h
 | 
| @@ -1185,7 +1185,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;
 | 
| 
 |