| Index: Source/core/html/InputType.cpp
|
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
|
| index 27dc94d9d71d822153bea7014366800fc073af7e..e132dafc82a0ff77c32e12c08cf74791f1536580 100644
|
| --- a/Source/core/html/InputType.cpp
|
| +++ b/Source/core/html/InputType.cpp
|
| @@ -28,7 +28,7 @@
|
| #include "config.h"
|
| #include "InputType.h"
|
|
|
| -#include "AXObjectCache.h"
|
| +#include <limits>
|
| #include "BeforeTextInsertedEvent.h"
|
| #include "ButtonInputType.h"
|
| #include "CheckboxInputType.h"
|
| @@ -75,7 +75,7 @@
|
| #include "TimeInputType.h"
|
| #include "URLInputType.h"
|
| #include "WeekInputType.h"
|
| -#include <limits>
|
| +#include "core/accessibility/AXObjectCache.h"
|
| #include <wtf/Assertions.h>
|
| #include <wtf/HashMap.h>
|
| #include <wtf/text/StringHash.h>
|
|
|