| Index: Source/core/svg/SVGFEColorMatrixElement.h
|
| diff --git a/Source/core/svg/SVGFEColorMatrixElement.h b/Source/core/svg/SVGFEColorMatrixElement.h
|
| index aec3028088dcae3bca125b69ea826fd878868861..5e8a10551d00e0a243835304e81d583892a99aa4 100644
|
| --- a/Source/core/svg/SVGFEColorMatrixElement.h
|
| +++ b/Source/core/svg/SVGFEColorMatrixElement.h
|
| @@ -66,7 +66,7 @@ struct SVGPropertyTraits<ColorMatrixType> {
|
| }
|
| };
|
|
|
| -class SVGFEColorMatrixElement : public SVGFilterPrimitiveStandardAttributes {
|
| +class SVGFEColorMatrixElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| static PassRefPtr<SVGFEColorMatrixElement> create(const QualifiedName&, Document*);
|
|
|
|
|