Index: Source/core/svg/SVGFEComponentTransferElement.h |
diff --git a/Source/core/svg/SVGFEComponentTransferElement.h b/Source/core/svg/SVGFEComponentTransferElement.h |
index 8aa635cde966610980dbfb0720710e6c07f1a011..39e009f5cbbeefc38d2cc6447c697554fc425f6f 100644 |
--- a/Source/core/svg/SVGFEComponentTransferElement.h |
+++ b/Source/core/svg/SVGFEComponentTransferElement.h |
@@ -27,7 +27,7 @@ |
namespace WebCore { |
-class SVGFEComponentTransferElement : public SVGFilterPrimitiveStandardAttributes { |
+class SVGFEComponentTransferElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
public: |
static PassRefPtr<SVGFEComponentTransferElement> create(const QualifiedName&, Document*); |