| Index: sky/engine/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/sky/engine/core/html/parser/HTMLDocumentParser.h b/sky/engine/core/html/parser/HTMLDocumentParser.h
|
| index a0b230b1695f8d62065c0514caae1c7830df019c..4a581e95676ac20abad00bea9a261e2784e78310 100644
|
| --- a/sky/engine/core/html/parser/HTMLDocumentParser.h
|
| +++ b/sky/engine/core/html/parser/HTMLDocumentParser.h
|
| @@ -31,7 +31,6 @@
|
| #include "core/dom/ScriptableDocumentParser.h"
|
| #include "core/fetch/ResourceClient.h"
|
| #include "core/frame/UseCounter.h"
|
| -#include "core/html/parser/BackgroundHTMLInputStream.h"
|
| #include "core/html/parser/CompactHTMLToken.h"
|
| #include "core/html/parser/HTMLInputStream.h"
|
| #include "core/html/parser/HTMLParserOptions.h"
|
| @@ -85,7 +84,6 @@ public:
|
| struct ParsedChunk {
|
| OwnPtr<CompactHTMLTokenStream> tokens;
|
| HTMLTokenizer::State tokenizerState;
|
| - HTMLInputCheckpoint inputCheckpoint;
|
| };
|
| void didReceiveParsedChunkFromBackgroundParser(PassOwnPtr<ParsedChunk>);
|
|
|
|
|