| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index 227cf5225071662925c256de56366e5d47454da0..4eb0f771aecb3e3e287dc5c93fb913fb70c19708 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -199,7 +199,7 @@ private:
|
| Deque<OwnPtr<ParsedChunk> > m_speculations;
|
| WeakPtrFactory<HTMLDocumentParser> m_weakFactory;
|
| WeakPtr<BackgroundHTMLParser> m_backgroundParser;
|
| - OwnPtr<HTMLResourcePreloader> m_preloader;
|
| + OwnPtrWillBeMember<HTMLResourcePreloader> m_preloader;
|
|
|
| bool m_isPinnedToMainThread;
|
| bool m_endWasDelayed;
|
|
|