Index: Source/core/svg/SVGMatrixTearOff.h |
diff --git a/Source/core/svg/SVGMatrixTearOff.h b/Source/core/svg/SVGMatrixTearOff.h |
index ed0e67f3611ad1bb489a62bb3e64feebd55c7771..c15eb601cbf16a5373940810bb896d9760777db7 100644 |
--- a/Source/core/svg/SVGMatrixTearOff.h |
+++ b/Source/core/svg/SVGMatrixTearOff.h |
@@ -43,7 +43,7 @@ class SVGTransformTearOff; |
// SVGMatrixTearOff wraps a AffineTransform for Javascript. |
// Its instance can either hold a static value, or this can be teared off from |SVGTransform.matrix|. |
// This does not derive from SVGPropertyTearOff, as its instances are never tied to an animated property nor an XML attribute. |
-class SVGMatrixTearOff FINAL : public RefCounted<SVGMatrixTearOff>, public ScriptWrappable { |
+class SVGMatrixTearOff final : public RefCounted<SVGMatrixTearOff>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtr<SVGMatrixTearOff> create(const AffineTransform& value) |