| Index: Source/core/html/forms/InputType.cpp
|
| diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp
|
| index 7c08ddca8f618318b6fa2c9af5fd6ea19f22fd49..0fab62faddc40fead6c3f337e8f6108648b93491 100644
|
| --- a/Source/core/html/forms/InputType.cpp
|
| +++ b/Source/core/html/forms/InputType.cpp
|
| @@ -42,6 +42,7 @@
|
| #include "core/html/HTMLShadowElement.h"
|
| #include "core/html/forms/ButtonInputType.h"
|
| #include "core/html/forms/CheckboxInputType.h"
|
| +#include "core/html/forms/ColorChooser.h"
|
| #include "core/html/forms/ColorInputType.h"
|
| #include "core/html/forms/DateInputType.h"
|
| #include "core/html/forms/DateTimeLocalInputType.h"
|
| @@ -65,7 +66,6 @@
|
| #include "core/html/forms/WeekInputType.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/rendering/RenderTheme.h"
|
| -#include "platform/ColorChooser.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/text/PlatformLocale.h"
|
| #include "platform/text/TextBreakIterator.h"
|
|
|