| Index: Source/core/dom/TextResource.cpp
|
| diff --git a/Source/core/fetch/TextResource.cpp b/Source/core/dom/TextResource.cpp
|
| similarity index 96%
|
| rename from Source/core/fetch/TextResource.cpp
|
| rename to Source/core/dom/TextResource.cpp
|
| index 5ec44e320521e772a3ed5da960bfb08142eb9c8f..4c5614334b7b27c67861d98e225abe673b490f07 100644
|
| --- a/Source/core/fetch/TextResource.cpp
|
| +++ b/Source/core/dom/TextResource.cpp
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "core/fetch/TextResource.h"
|
| +#include "core/dom/TextResource.h"
|
|
|
| #include "core/html/parser/TextResourceDecoder.h"
|
| #include "platform/SharedBuffer.h"
|
|
|