Chromium Code Reviews| 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..ba4e926fbb7494a050f278e86ac93a79510780e0 100644 |
| --- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h |
| +++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h |
| @@ -131,6 +131,9 @@ private: |
| std::unique_ptr<WebTaskRunner> m_loadingTaskRunner; |
| RefPtr<TokenizedChunkQueue> m_tokenizedChunkQueue; |
| + // Will be nullptr if there was no meta csp tag so for this chunk. |
| + CompactHTMLToken* m_pendingCSPMetaTag; |
|
kouhei (in TOK)
2016/08/19 04:56:15
Can we use index here? CompactHTMLToken* scares me
Charlie Harrison
2016/08/19 15:13:40
Done.
|
| + |
| bool m_startingScript; |
| double m_lastBytesReceivedTime; |
| bool m_shouldCoalesceChunks; |