Index: Source/core/html/TextFieldInputType.cpp |
diff --git a/Source/core/html/TextFieldInputType.cpp b/Source/core/html/TextFieldInputType.cpp |
index a17f4e75a4b5ad8222aae408daf74ca944a1cf60..8526910f7e4effe6c03f16711b969ead53d3efcc 100644 |
--- a/Source/core/html/TextFieldInputType.cpp |
+++ b/Source/core/html/TextFieldInputType.cpp |
@@ -35,9 +35,11 @@ |
#include "BeforeTextInsertedEvent.h" |
#include "Chrome.h" |
#include "ChromeClient.h" |
+#include "Editor.h" |
#include "ElementShadow.h" |
#include "FormDataList.h" |
#include "Frame.h" |
+#include "FrameSelection.h" |
#include "HTMLInputElement.h" |
#include "HTMLNames.h" |
#include "KeyboardEvent.h" |