Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
index 513e130d79219ad81b2add126974acce83d9dd84..b3068bfb97c50dbade0c6fa34b3289f703a744f7 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
@@ -96,6 +96,7 @@ public: |
public: |
OwnPtr<CompactHTMLTokenStream> tokens; |
PreloadRequestStream preloads; |
+ ViewportDescriptionWrapper viewport; |
XSSInfoStream xssInfos; |
HTMLTokenizer::State tokenizerState; |
HTMLTreeBuilderSimulator::State treeBuilderState; |
@@ -211,6 +212,7 @@ private: |
unsigned m_pumpSessionNestingLevel; |
unsigned m_pumpSpeculationsSessionNestingLevel; |
bool m_isParsingAtLineNumber; |
+ bool m_triedLoadingLinkHeaders; |
}; |
} // namespace blink |