| Index: Source/core/html/RangeInputType.cpp | 
| diff --git a/Source/core/html/RangeInputType.cpp b/Source/core/html/RangeInputType.cpp | 
| index 17500b1a88c025f74479d6d9e2b3ca8b0626d5c7..5134433e7c739ed61511cec5a615f46c567efc6d 100644 | 
| --- a/Source/core/html/RangeInputType.cpp | 
| +++ b/Source/core/html/RangeInputType.cpp | 
| @@ -32,7 +32,7 @@ | 
| #include "config.h" | 
| #include "RangeInputType.h" | 
|  | 
| -#include "AXObjectCache.h" | 
| +#include <limits> | 
| #include "ElementShadow.h" | 
| #include "ExceptionCodePlaceholder.h" | 
| #include "HTMLDivElement.h" | 
| @@ -51,7 +51,7 @@ | 
| #include "Touch.h" | 
| #include "TouchEvent.h" | 
| #include "TouchList.h" | 
| -#include <limits> | 
| +#include "core/accessibility/AXObjectCache.h" | 
| #include <wtf/MathExtras.h> | 
| #include <wtf/PassOwnPtr.h> | 
|  | 
|  |