Index: Source/core/html/HTMLInputElement.cpp |
diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp |
index 4d3f4a290fafce5c701ac7cd8ab54de4b7f06e39..700a04d0c2ad16093048e0e329070733c34dafd7 100644 |
--- a/Source/core/html/HTMLInputElement.cpp |
+++ b/Source/core/html/HTMLInputElement.cpp |
@@ -29,12 +29,11 @@ |
#include "config.h" |
#include "core/html/HTMLInputElement.h" |
-#include "CSSPropertyNames.h" |
-#include "HTMLNames.h" |
-#include "RuntimeEnabledFeatures.h" |
#include "bindings/v8/ExceptionMessages.h" |
#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/ScriptEventListener.h" |
+#include "core/CSSPropertyNames.h" |
+#include "core/HTMLNames.h" |
#include "core/accessibility/AXObjectCache.h" |
#include "core/dom/Document.h" |
#include "core/dom/ExceptionCode.h" |
@@ -73,6 +72,7 @@ |
#include "platform/DateTimeChooser.h" |
#include "platform/Language.h" |
#include "platform/PlatformMouseEvent.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/text/PlatformLocale.h" |
#include "wtf/MathExtras.h" |