| Index: Source/core/html/HTMLBaseElement.cpp
|
| diff --git a/Source/core/html/HTMLBaseElement.cpp b/Source/core/html/HTMLBaseElement.cpp
|
| index fcb1c707f7b2d304304266e9ac3a3e619ff60ec2..1102f5bb3721e930b098a203b6cb6de88dd3257b 100644
|
| --- a/Source/core/html/HTMLBaseElement.cpp
|
| +++ b/Source/core/html/HTMLBaseElement.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "HTMLNames.h"
|
| #include "core/dom/Attribute.h"
|
| #include "core/dom/Document.h"
|
| +#include "core/fetch/TextResourceDecoder.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| -#include "core/html/parser/TextResourceDecoder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|