Index: Source/core/svg/SVGAnimateTransformElement.h |
diff --git a/Source/core/svg/SVGAnimateTransformElement.h b/Source/core/svg/SVGAnimateTransformElement.h |
index e9735dec715fa99faa09ee112064304e0bed3012..11e91ae130be21d748a5ff0b6ce90d7ccf788423 100644 |
--- a/Source/core/svg/SVGAnimateTransformElement.h |
+++ b/Source/core/svg/SVGAnimateTransformElement.h |
@@ -31,7 +31,7 @@ namespace WebCore { |
class AffineTransform; |
-class SVGAnimateTransformElement : public SVGAnimateElement { |
+class SVGAnimateTransformElement FINAL : public SVGAnimateElement { |
public: |
static PassRefPtr<SVGAnimateTransformElement> create(const QualifiedName&, Document*); |