| Index: Source/core/html/forms/ImageInputType.cpp
|
| diff --git a/Source/core/html/forms/ImageInputType.cpp b/Source/core/html/forms/ImageInputType.cpp
|
| index d915f28f14b2072caf1d8083f2a20302afdf3c5a..10d3d6d48b93b78287b26b63a1cf12f9e1c5cd59 100644
|
| --- a/Source/core/html/forms/ImageInputType.cpp
|
| +++ b/Source/core/html/forms/ImageInputType.cpp
|
| @@ -26,12 +26,12 @@
|
| #include "HTMLNames.h"
|
| #include "core/events/MouseEvent.h"
|
| #include "core/fetch/ImageResource.h"
|
| +#include "core/html/FormDataList.h"
|
| #include "core/html/HTMLFormElement.h"
|
| #include "core/html/HTMLImageLoader.h"
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/forms/InputTypeNames.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| -#include "core/platform/network/FormDataList.h"
|
| #include "core/rendering/RenderImage.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
|
|