| Index: Source/core/svg/SVGFEBlendElement.h
|
| diff --git a/Source/core/svg/SVGFEBlendElement.h b/Source/core/svg/SVGFEBlendElement.h
|
| index 810429a7d77ac5268e85a126b37095095fc30162..7ce346e58ef07408f2f0dadfdb38da4eaae7a1ef 100644
|
| --- a/Source/core/svg/SVGFEBlendElement.h
|
| +++ b/Source/core/svg/SVGFEBlendElement.h
|
| @@ -69,7 +69,7 @@ struct SVGPropertyTraits<BlendModeType> {
|
| }
|
| };
|
|
|
| -class SVGFEBlendElement : public SVGFilterPrimitiveStandardAttributes {
|
| +class SVGFEBlendElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| static PassRefPtr<SVGFEBlendElement> create(const QualifiedName&, Document*);
|
|
|
|
|