Index: Source/core/html/forms/ImageInputType.h |
diff --git a/Source/core/html/forms/ImageInputType.h b/Source/core/html/forms/ImageInputType.h |
index c871974b5fd940558945e44ea2fde30a0a5a2815..c4073517270e2c463e26297d533a7ed68426a85b 100644 |
--- a/Source/core/html/forms/ImageInputType.h |
+++ b/Source/core/html/forms/ImageInputType.h |
@@ -61,6 +61,7 @@ private: |
virtual bool shouldRespectHeightAndWidthAttributes() OVERRIDE; |
virtual unsigned height() const OVERRIDE; |
virtual unsigned width() const OVERRIDE; |
+ virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; |
IntPoint m_clickLocation; // Valid only during HTMLFormElement::prepareForSubmission(). |
}; |