Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 05eb89fd1f4697e4469b6f6de6f7fbc60e92ccc8..5a5737c1fa0513cbe64f699cd88fb525acf1aa15 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -38,12 +38,12 @@ |
#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/Settings.h" |
#include "core/frame/animation/AnimationController.h" |
#include "core/html/HTMLFrameElement.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" |