| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index bf19e2bbe26a427443d5e0de0991564c374cdc2b..3756f6e61ce10ca81fb574b71491278f35381dcc 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -196,6 +196,7 @@ private:
|
| WeakPtrFactory<HTMLDocumentParser> m_weakFactory;
|
| WeakPtr<BackgroundHTMLParser> m_backgroundParser;
|
| OwnPtrWillBeMember<HTMLResourcePreloader> m_preloader;
|
| + PreloadRequestStream m_queuedPreloads;
|
|
|
| bool m_isPinnedToMainThread;
|
| bool m_endWasDelayed;
|
|
|