| 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 f1df65f6d38de437006e2e5cc0d8d307a8782074..36a03cb05b5c0f029f83cad583716b8c49fb212e 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
|
| @@ -113,6 +113,7 @@ private:
|
| OwnPtr<CompactHTMLTokenStream> m_pendingTokens;
|
| const size_t m_pendingTokenLimit;
|
| PreloadRequestStream m_pendingPreloads;
|
| + ViewportDescriptionWrapper m_viewportDescription;
|
| XSSInfoStream m_pendingXSSInfos;
|
|
|
| OwnPtr<XSSAuditor> m_xssAuditor;
|
|
|