Index: Source/core/html/HTMLFormElement.cpp |
diff --git a/Source/core/html/HTMLFormElement.cpp b/Source/core/html/HTMLFormElement.cpp |
index 7c852acc175fe5f9d1c156a55fc57606d0ef78b1..ae4cf078c4c50559e7536b26c074bc96e5cd25f4 100644 |
--- a/Source/core/html/HTMLFormElement.cpp |
+++ b/Source/core/html/HTMLFormElement.cpp |
@@ -52,10 +52,10 @@ |
#include "core/html/RadioNodeList.h" |
#include "core/html/forms/FormController.h" |
#include "core/inspector/ConsoleMessage.h" |
+#include "core/layout/LayoutTextControl.h" |
#include "core/loader/FrameLoader.h" |
#include "core/loader/FrameLoaderClient.h" |
#include "core/loader/MixedContentChecker.h" |
-#include "core/rendering/RenderTextControl.h" |
#include "platform/UserGestureIndicator.h" |
#include "wtf/text/AtomicString.h" |
#include <limits> |