Index: Source/core/css/CSSMatrix.h |
diff --git a/Source/core/css/CSSMatrix.h b/Source/core/css/CSSMatrix.h |
index 763593b1d2945725fdacc6c4e0f9365dc8c30c8d..e4b4e1ff5a7714059461ded8a8621d03d2a1f5ef 100644 |
--- a/Source/core/css/CSSMatrix.h |
+++ b/Source/core/css/CSSMatrix.h |
@@ -35,7 +35,7 @@ namespace WebCore { |
class ExceptionState; |
-class CSSMatrix : public ScriptWrappable, public RefCounted<CSSMatrix> { |
+class CSSMatrix FINAL : public ScriptWrappable, public RefCounted<CSSMatrix> { |
public: |
static PassRefPtr<CSSMatrix> create(const TransformationMatrix& m) |
{ |