| Index: Source/core/svg/SVGFETileElement.h
|
| diff --git a/Source/core/svg/SVGFETileElement.h b/Source/core/svg/SVGFETileElement.h
|
| index 649ac0db37537eea836a3754482fe3176b955da3..30bb0c78b504c89ed6a29ec2b063b918d3e0d08c 100644
|
| --- a/Source/core/svg/SVGFETileElement.h
|
| +++ b/Source/core/svg/SVGFETileElement.h
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGFETileElement : public SVGFilterPrimitiveStandardAttributes {
|
| +class SVGFETileElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| static PassRefPtr<SVGFETileElement> create(const QualifiedName&, Document*);
|
|
|
|
|