| Index: Source/core/xml/parser/XMLDocumentParser.cpp
|
| diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| index d07e642813c508f7a2f2fa7f08d31099048ffafc..49dff7c99a3d53d270cfeb3adef23a834793a267 100644
|
| --- a/Source/core/xml/parser/XMLDocumentParser.cpp
|
| +++ b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| @@ -48,11 +48,11 @@
|
| #include "core/dom/TransformSource.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| #include "core/fetch/ScriptResource.h"
|
| -#include "core/fetch/TextResourceDecoder.h"
|
| #include "core/frame/Frame.h"
|
| #include "core/html/HTMLHtmlElement.h"
|
| #include "core/html/HTMLTemplateElement.h"
|
| #include "core/html/parser/HTMLEntityParser.h"
|
| +#include "core/html/parser/TextResourceDecoder.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/ImageLoader.h"
|
| #include "core/frame/UseCounter.h"
|
|
|