| Index: Source/core/html/HTMLBaseElement.cpp
|
| diff --git a/Source/core/html/HTMLBaseElement.cpp b/Source/core/html/HTMLBaseElement.cpp
|
| index 6ec6654c17fbb0144fdf93c416417f1c128fc7f0..c36dbb29624776d235214971be37665dff9fedb5 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 {
|
|
|
|
|