Index: third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
index e2a50b29a0844a05dcdb612d2427939b77ba5b3d..0f2289f479b2e83498f23889795148770273787f 100644 |
--- a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
@@ -31,6 +31,7 @@ |
#include "core/html/forms/RangeInputType.h" |
+#include <limits> |
#include "bindings/core/v8/ExceptionState.h" |
#include "core/HTMLNames.h" |
#include "core/InputTypeNames.h" |
@@ -52,7 +53,6 @@ |
#include "core/layout/LayoutSlider.h" |
#include "wtf/MathExtras.h" |
#include "wtf/NonCopyingSort.h" |
-#include <limits> |
namespace blink { |