| Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
|
| index 23d4a96b475b7cf9e21e74df328df47daa9e1597..3d49274c0a978c0e7799194ae4cefa29a01c1d76 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -188,7 +188,7 @@ private:
|
| OwnPtr<HTMLPreloadScanner> m_preloadScanner;
|
| OwnPtr<HTMLPreloadScanner> m_insertionPreloadScanner;
|
| OwnPtr<WebTaskRunner> m_loadingTaskRunner;
|
| - OwnPtr<HTMLParserScheduler> m_parserScheduler;
|
| + OwnPtrWillBeMember<HTMLParserScheduler> m_parserScheduler;
|
| HTMLSourceTracker m_sourceTracker;
|
| TextPosition m_textPosition;
|
| XSSAuditor m_xssAuditor;
|
|
|