| 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 3d49274c0a978c0e7799194ae4cefa29a01c1d76..141a84d61ac60b1ac813532711ddd2e3b9d5b64f 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -39,6 +39,7 @@
|
| #include "core/html/parser/HTMLSourceTracker.h"
|
| #include "core/html/parser/HTMLToken.h"
|
| #include "core/html/parser/HTMLTokenizer.h"
|
| +#include "core/html/parser/HTMLTreeBuilder.h"
|
| #include "core/html/parser/HTMLTreeBuilderSimulator.h"
|
| #include "core/html/parser/ParserSynchronizationPolicy.h"
|
| #include "core/html/parser/TextResourceDecoder.h"
|
| @@ -62,7 +63,6 @@ class HTMLDocument;
|
| class HTMLParserScheduler;
|
| class HTMLResourcePreloader;
|
| class HTMLScriptRunner;
|
| -class HTMLTreeBuilder;
|
| class ParsedChunkQueue;
|
| class PumpSession;
|
|
|
|
|