| Index: Source/core/html/parser/HTMLDocumentParser.cpp
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.cpp b/Source/core/html/parser/HTMLDocumentParser.cpp
|
| index f3a7f49f75121a265fcd27f833d2356e1963e752..2c2633b2f90e1dbb0ff280832940b40e5fd25cba 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -32,13 +32,10 @@
|
| #include "core/html/HTMLDocument.h"
|
| #include "core/html/parser/AtomicHTMLToken.h"
|
| #include "core/html/parser/BackgroundHTMLParser.h"
|
| -#include "core/html/parser/CompactHTMLToken.h"
|
| #include "core/html/parser/HTMLIdentifier.h"
|
| #include "core/html/parser/HTMLParserScheduler.h"
|
| #include "core/html/parser/HTMLParserThread.h"
|
| -#include "core/html/parser/HTMLPreloadScanner.h"
|
| #include "core/html/parser/HTMLScriptRunner.h"
|
| -#include "core/html/parser/HTMLTokenizer.h"
|
| #include "core/html/parser/HTMLTreeBuilder.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/frame/Frame.h"
|
|
|