| Index: Source/core/html/InputType.cpp
|
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
|
| index 95cbd12ebd5171229c65061c80d2191e73eb7474..62467b0e547971538abbd6022185024c40b48fae 100644
|
| --- a/Source/core/html/InputType.cpp
|
| +++ b/Source/core/html/InputType.cpp
|
| @@ -31,12 +31,10 @@
|
| #include <limits>
|
| #include "HTMLNames.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| -#include "core/dom/BeforeTextInsertedEvent.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/ExceptionCodePlaceholder.h"
|
| #include "core/dom/KeyboardEvent.h"
|
| #include "core/dom/NodeRenderStyle.h"
|
| -#include "core/dom/shadow/ElementShadow.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/fileapi/FileList.h"
|
| #include "core/html/ButtonInputType.h"
|
|
|