| Index: Source/core/html/HTMLBaseElement.cpp
|
| diff --git a/Source/core/html/HTMLBaseElement.cpp b/Source/core/html/HTMLBaseElement.cpp
|
| index 6b3bf7c9bd275cf0b549c64ee5631f22e4f84ccd..b9868cd6c9f9005582fd85e15d695827e01587f1 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/loader/TextResourceDecoder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|