| Index: Source/core/html/parser/XSSAuditor.cpp
|
| diff --git a/Source/core/html/parser/XSSAuditor.cpp b/Source/core/html/parser/XSSAuditor.cpp
|
| index 8e5246bfa832f531df7436e59a8fb79f6c06746c..ccae51ca3072363c37573e4775617e1cdc501a26 100644
|
| --- a/Source/core/html/parser/XSSAuditor.cpp
|
| +++ b/Source/core/html/parser/XSSAuditor.cpp
|
| @@ -31,12 +31,12 @@
|
| #include "SVGNames.h"
|
| #include "XLinkNames.h"
|
| #include "core/dom/Document.h"
|
| +#include "core/fetch/TextResourceDecoder.h"
|
| #include "core/html/HTMLParamElement.h"
|
| #include "core/html/parser/HTMLDocumentParser.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/html/parser/XSSAuditorDelegate.h"
|
| #include "core/loader/DocumentLoader.h"
|
| -#include "core/loader/TextResourceDecoder.h"
|
| #include "core/page/ContentSecurityPolicy.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/Settings.h"
|
|
|