Index: Source/core/html/forms/ColorInputType.h |
diff --git a/Source/core/html/forms/ColorInputType.h b/Source/core/html/forms/ColorInputType.h |
index b0f7ba3d02b011ea9459f7da8a0e98db68828735..b28246a8054190d3e144b6059a30057ced067b52 100644 |
--- a/Source/core/html/forms/ColorInputType.h |
+++ b/Source/core/html/forms/ColorInputType.h |
@@ -36,7 +36,7 @@ |
namespace WebCore { |
-class ColorInputType : public BaseClickableWithKeyInputType, public ColorChooserClient { |
+class ColorInputType FINAL : public BaseClickableWithKeyInputType, public ColorChooserClient { |
public: |
static PassRefPtr<InputType> create(HTMLInputElement&); |
virtual ~ColorInputType(); |