| Index: Source/core/svg/SVGFETurbulenceElement.h
|
| diff --git a/Source/core/svg/SVGFETurbulenceElement.h b/Source/core/svg/SVGFETurbulenceElement.h
|
| index 787fcc592a46118151bc9e0290680a8570860ebd..0233394c38c3ab081fcb7646655d152f239fb24b 100644
|
| --- a/Source/core/svg/SVGFETurbulenceElement.h
|
| +++ b/Source/core/svg/SVGFETurbulenceElement.h
|
| @@ -94,7 +94,7 @@ struct SVGPropertyTraits<TurbulenceType> {
|
| }
|
| };
|
|
|
| -class SVGFETurbulenceElement : public SVGFilterPrimitiveStandardAttributes {
|
| +class SVGFETurbulenceElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| static PassRefPtr<SVGFETurbulenceElement> create(const QualifiedName&, Document*);
|
|
|
|
|