Index: Source/core/html/forms/ImageInputType.h |
diff --git a/Source/core/html/forms/ImageInputType.h b/Source/core/html/forms/ImageInputType.h |
index 122bd2c469f0a601692024a43b4dc75da0306299..db0172d27662004673cb036cea1bb0d5b06fd542 100644 |
--- a/Source/core/html/forms/ImageInputType.h |
+++ b/Source/core/html/forms/ImageInputType.h |
@@ -56,7 +56,6 @@ private: |
virtual void startResourceLoading() OVERRIDE; |
virtual bool shouldRespectAlignAttribute() OVERRIDE; |
virtual bool canBeSuccessfulSubmitButton() OVERRIDE; |
- virtual bool isImageButton() const OVERRIDE; |
virtual bool isEnumeratable() OVERRIDE; |
virtual bool shouldRespectHeightAndWidthAttributes() OVERRIDE; |
virtual unsigned height() const OVERRIDE; |