| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 7a0bc2627cdb397039f409f18b67e3ffe136932f..e379a3674eaba1695d2bce225ccb10061a7e657b 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -38,6 +38,7 @@
|
| #include "core/events/OverflowEvent.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| #include "core/fetch/ResourceLoadPriorityOptimizer.h"
|
| +#include "core/fetch/TextResourceDecoder.h"
|
| #include "core/frame/Frame.h"
|
| #include "core/frame/GraphicsLayerDebugInfo.h"
|
| #include "core/frame/Settings.h"
|
| @@ -45,7 +46,6 @@
|
| #include "core/html/HTMLFrameElement.h"
|
| #include "core/html/HTMLHtmlElement.h"
|
| #include "core/html/HTMLPlugInElement.h"
|
| -#include "core/html/parser/TextResourceDecoder.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
|
|