| Index: Source/core/html/forms/NumberInputType.cpp
|
| diff --git a/Source/core/html/forms/NumberInputType.cpp b/Source/core/html/forms/NumberInputType.cpp
|
| index 3fa5c6f15b1217044a97007db0e82562eab6feac..925e86c3798f85d1596a22b51bbe9eb690a6f848 100644
|
| --- a/Source/core/html/forms/NumberInputType.cpp
|
| +++ b/Source/core/html/forms/NumberInputType.cpp
|
| @@ -32,6 +32,7 @@
|
| #include "config.h"
|
| #include "core/html/forms/NumberInputType.h"
|
|
|
| +#include <limits>
|
| #include "HTMLNames.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -39,11 +40,10 @@
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/forms/InputTypeNames.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| -#include "core/platform/text/PlatformLocale.h"
|
| #include "core/rendering/RenderTextControl.h"
|
| +#include "platform/text/PlatformLocale.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/PassOwnPtr.h"
|
| -#include <limits>
|
|
|
| namespace WebCore {
|
|
|
|
|