Index: Source/core/html/forms/ImageInputType.h |
diff --git a/Source/core/html/forms/ImageInputType.h b/Source/core/html/forms/ImageInputType.h |
index d033e2a61c25b278db7eca19ef4863835214e40b..c871974b5fd940558945e44ea2fde30a0a5a2815 100644 |
--- a/Source/core/html/forms/ImageInputType.h |
+++ b/Source/core/html/forms/ImageInputType.h |
@@ -38,7 +38,7 @@ |
namespace WebCore { |
-class ImageInputType : public BaseButtonInputType { |
+class ImageInputType FINAL : public BaseButtonInputType { |
public: |
static PassRefPtr<InputType> create(HTMLInputElement&); |