| Index: Source/core/html/forms/ImageInputType.cpp
|
| diff --git a/Source/core/html/forms/ImageInputType.cpp b/Source/core/html/forms/ImageInputType.cpp
|
| index 098c0f6ce2ec2670a28676113da773edd7bdd037..fa98dce704df61032bdd12c58210ff8a249f80da 100644
|
| --- a/Source/core/html/forms/ImageInputType.cpp
|
| +++ b/Source/core/html/forms/ImageInputType.cpp
|
| @@ -169,11 +169,6 @@ bool ImageInputType::canBeSuccessfulSubmitButton()
|
| return true;
|
| }
|
|
|
| -bool ImageInputType::isImageButton() const
|
| -{
|
| - return true;
|
| -}
|
| -
|
| bool ImageInputType::isEnumeratable()
|
| {
|
| return false;
|
|
|