| Index: third_party/WebKit/Source/core/html/forms/NumberInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/NumberInputType.cpp b/third_party/WebKit/Source/core/html/forms/NumberInputType.cpp
|
| index 39671d84de3cfd3797c658471cfe333e97e66486..4c9a12e1991de3e428f8ea1650e49e615529820b 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/NumberInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/NumberInputType.cpp
|
| @@ -31,6 +31,7 @@
|
|
|
| #include "core/html/forms/NumberInputType.h"
|
|
|
| +#include <limits>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/HTMLNames.h"
|
| #include "core/InputTypeNames.h"
|
| @@ -42,8 +43,7 @@
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "core/layout/LayoutObject.h"
|
| #include "platform/text/PlatformLocale.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include <limits>
|
| +#include "platform/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|