| Index: Source/core/html/forms/InputType.cpp
|
| diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp
|
| index 07bca189cd12961030281c135adc6707f04be31a..71d17e0aa4fdf1cf14bc9f8a6b7a3513f870f5cf 100644
|
| --- a/Source/core/html/forms/InputType.cpp
|
| +++ b/Source/core/html/forms/InputType.cpp
|
| @@ -35,6 +35,7 @@
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/events/ScopedEventQueue.h"
|
| #include "core/fileapi/FileList.h"
|
| +#include "core/html/FormDataList.h"
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/forms/ButtonInputType.h"
|
| #include "core/html/forms/CheckboxInputType.h"
|
| @@ -63,7 +64,6 @@
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/html/shadow/HTMLShadowElement.h"
|
| #include "core/page/Page.h"
|
| -#include "core/platform/network/FormDataList.h"
|
| #include "core/rendering/RenderTheme.h"
|
| #include "platform/text/PlatformLocale.h"
|
| #include "platform/text/TextBreakIterator.h"
|
|
|