| Index: Source/core/html/forms/InputType.cpp
|
| diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp
|
| index 6f79e08808bafcd9241918325d2c258528dcd573..b94ad46d931a641f12e8173be365b3fdb8118574 100644
|
| --- a/Source/core/html/forms/InputType.cpp
|
| +++ b/Source/core/html/forms/InputType.cpp
|
| @@ -40,6 +40,7 @@
|
| #include "core/frame/FrameHost.h"
|
| #include "core/html/FormDataList.h"
|
| #include "core/html/HTMLInputElement.h"
|
| +#include "core/html/HTMLShadowElement.h"
|
| #include "core/html/forms/ButtonInputType.h"
|
| #include "core/html/forms/CheckboxInputType.h"
|
| #include "core/html/forms/ColorInputType.h"
|
| @@ -64,7 +65,6 @@
|
| #include "core/html/forms/URLInputType.h"
|
| #include "core/html/forms/WeekInputType.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| -#include "core/html/shadow/HTMLShadowElement.h"
|
| #include "core/rendering/RenderTheme.h"
|
| #include "platform/text/PlatformLocale.h"
|
| #include "platform/text/TextBreakIterator.h"
|
|
|