| Index: Source/core/html/HTMLInputElement.cpp
|
| diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
|
| index fc575f6679d84025356a21f70db16800ac31550e..1e361ca47da3a56f40a2a666f4c751b1847631ce 100644
|
| --- a/Source/core/html/HTMLInputElement.cpp
|
| +++ b/Source/core/html/HTMLInputElement.cpp
|
| @@ -65,10 +65,10 @@
|
| #include "core/page/FrameView.h"
|
| #include "core/page/UseCounter.h"
|
| #include "core/platform/DateTimeChooser.h"
|
| -#include "core/platform/PlatformMouseEvent.h"
|
| #include "core/rendering/RenderTextControlSingleLine.h"
|
| #include "core/rendering/RenderTheme.h"
|
| #include "platform/Language.h"
|
| +#include "platform/PlatformMouseEvent.h"
|
| #include "platform/text/PlatformLocale.h"
|
| #include "wtf/MathExtras.h"
|
|
|
|
|