| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index 35e652b8c1a841034a04f9da77f77d21bbf5d563..d1ab2b5b89611c2c2b875ce43186ffbab24a611b 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -197,6 +197,7 @@ private:
|
| WeakPtrFactory<HTMLDocumentParser> m_weakFactory;
|
| WeakPtr<BackgroundHTMLParser> m_backgroundParser;
|
| OwnPtrWillBeMember<HTMLResourcePreloader> m_preloader;
|
| + PreloadRequestStream m_queuedPreloads;
|
|
|
| bool m_shouldUseThreading;
|
| bool m_endWasDelayed;
|
|
|