| Index: Source/core/html/forms/ImageInputType.cpp
|
| diff --git a/Source/core/html/forms/ImageInputType.cpp b/Source/core/html/forms/ImageInputType.cpp
|
| index 7ffeee258970820b7de7ed348c9ec74149828a76..9d9331c6b7a68214fde47f86c47b9ef146d2d244 100644
|
| --- a/Source/core/html/forms/ImageInputType.cpp
|
| +++ b/Source/core/html/forms/ImageInputType.cpp
|
| @@ -24,13 +24,13 @@
|
| #include "core/html/forms/ImageInputType.h"
|
|
|
| #include "HTMLNames.h"
|
| +#include "InputTypeNames.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/rendering/RenderImage.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -52,7 +52,7 @@ PassRefPtr<InputType> ImageInputType::create(HTMLInputElement& element)
|
|
|
| const AtomicString& ImageInputType::formControlType() const
|
| {
|
| - return InputTypeNames::image();
|
| + return InputTypeNames::image;
|
| }
|
|
|
| bool ImageInputType::isFormDataAppendable() const
|
|
|