| Index: Source/core/svg/SVGFECompositeElement.h
|
| diff --git a/Source/core/svg/SVGFECompositeElement.h b/Source/core/svg/SVGFECompositeElement.h
|
| index 6a8aa63badf36536bf12609fa942954b4ea1d285..c6cdfec604006b47a14d6a5e18d52fa836667f4a 100644
|
| --- a/Source/core/svg/SVGFECompositeElement.h
|
| +++ b/Source/core/svg/SVGFECompositeElement.h
|
| @@ -74,7 +74,7 @@ struct SVGPropertyTraits<CompositeOperationType> {
|
| }
|
| };
|
|
|
| -class SVGFECompositeElement : public SVGFilterPrimitiveStandardAttributes {
|
| +class SVGFECompositeElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| static PassRefPtr<SVGFECompositeElement> create(const QualifiedName&, Document*);
|
|
|
|
|