| Index: Source/core/svg/SVGFEMorphologyElement.h
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.h b/Source/core/svg/SVGFEMorphologyElement.h
|
| index 3d486b820fb11ba61bf07b5fe0cabb461d9e16b1..108786f991cea1ad8608bf1868d669b73280a59b 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.h
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.h
|
| @@ -57,7 +57,7 @@ struct SVGPropertyTraits<MorphologyOperatorType> {
|
| }
|
| };
|
|
|
| -class SVGFEMorphologyElement : public SVGFilterPrimitiveStandardAttributes {
|
| +class SVGFEMorphologyElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| static PassRefPtr<SVGFEMorphologyElement> create(const QualifiedName&, Document*);
|
|
|
|
|