| Index: Source/core/html/HTMLInputElement.cpp
|
| diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
|
| index e169b4399b85192ce3db5bcea0e65bb5c2fd7aa0..1004d581ef716a7a9e008cb35ff6936a2ee54036 100644
|
| --- a/Source/core/html/HTMLInputElement.cpp
|
| +++ b/Source/core/html/HTMLInputElement.cpp
|
| @@ -35,20 +35,20 @@
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/ScriptEventListener.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| -#include "core/events/BeforeTextInsertedEvent.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/events/EventNames.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/IdTargetObserver.h"
|
| -#include "core/events/KeyboardEvent.h"
|
| -#include "core/events/MouseEvent.h"
|
| -#include "core/events/ScopedEventQueue.h"
|
| -#include "core/events/TouchEvent.h"
|
| #include "core/dom/shadow/ElementShadow.h"
|
| #include "core/dom/shadow/InsertionPoint.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
| +#include "core/events/BeforeTextInsertedEvent.h"
|
| +#include "core/events/EventNames.h"
|
| +#include "core/events/KeyboardEvent.h"
|
| +#include "core/events/MouseEvent.h"
|
| +#include "core/events/ScopedEventQueue.h"
|
| +#include "core/events/TouchEvent.h"
|
| #include "core/fileapi/FileList.h"
|
| #include "core/html/HTMLCollection.h"
|
| #include "core/html/HTMLDataListElement.h"
|
| @@ -65,11 +65,11 @@
|
| #include "core/page/FrameView.h"
|
| #include "core/page/UseCounter.h"
|
| #include "core/platform/DateTimeChooser.h"
|
| -#include "platform/Language.h"
|
| #include "core/platform/PlatformMouseEvent.h"
|
| -#include "core/platform/text/PlatformLocale.h"
|
| #include "core/rendering/RenderTextControlSingleLine.h"
|
| #include "core/rendering/RenderTheme.h"
|
| +#include "platform/Language.h"
|
| +#include "platform/text/PlatformLocale.h"
|
| #include "wtf/MathExtras.h"
|
|
|
| using namespace std;
|
|
|