| Index: Source/core/html/parser/BackgroundHTMLParser.h
|
| diff --git a/Source/core/html/parser/BackgroundHTMLParser.h b/Source/core/html/parser/BackgroundHTMLParser.h
|
| index d6223c0c0d6ef07ac5ccf584d14af9dfc5275b65..8d315a8f23e233ba08570ab59eee732491980c5a 100644
|
| --- a/Source/core/html/parser/BackgroundHTMLParser.h
|
| +++ b/Source/core/html/parser/BackgroundHTMLParser.h
|
| @@ -26,12 +26,14 @@
|
| #ifndef BackgroundHTMLParser_h
|
| #define BackgroundHTMLParser_h
|
|
|
| +#include "core/dom/DocumentEncodingData.h"
|
| #include "core/html/parser/BackgroundHTMLInputStream.h"
|
| #include "core/html/parser/CompactHTMLToken.h"
|
| #include "core/html/parser/HTMLParserOptions.h"
|
| #include "core/html/parser/HTMLPreloadScanner.h"
|
| #include "core/html/parser/HTMLSourceTracker.h"
|
| #include "core/html/parser/HTMLTreeBuilderSimulator.h"
|
| +#include "core/html/parser/TextResourceDecoder.h"
|
| #include "core/html/parser/XSSAuditorDelegate.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/WeakPtr.h"
|
|
|