| 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..7326aba922559d72d11571e6ab642b331d75c271 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_isLoadedLinkHeaders;
|
| };
|
|
|
| } // namespace blink
|
|
|