| Index: third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
|
| index c3286ca8689863f1f0e72647a9892decdaf3f50c..8de0f0323bc7cbfaf8b33335cb193d51efef354b 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
|
| @@ -131,6 +131,10 @@ private:
|
| std::unique_ptr<WebTaskRunner> m_loadingTaskRunner;
|
| RefPtr<TokenizedChunkQueue> m_tokenizedChunkQueue;
|
|
|
| + // Index into |m_pendingTokens| of the last <meta> csp token found. Will be
|
| + // |TokenizedChunk::noPendingToken| if none have been found.
|
| + int m_pendingCSPMetaTokenIndex;
|
| +
|
| bool m_startingScript;
|
| double m_lastBytesReceivedTime;
|
| bool m_shouldCoalesceChunks;
|
|
|