| Index: Source/core/svg/SVGSetElement.h
|
| diff --git a/Source/core/svg/SVGSetElement.h b/Source/core/svg/SVGSetElement.h
|
| index 7bc44381559754795ac8cbbc24dc0b53bf95499b..251d80d227e29996c2d51afd25213dec7194288a 100644
|
| --- a/Source/core/svg/SVGSetElement.h
|
| +++ b/Source/core/svg/SVGSetElement.h
|
| @@ -27,7 +27,7 @@
|
| namespace WebCore {
|
|
|
| // SVGAnimateElement implements superset of the functionality.
|
| -class SVGSetElement : public SVGAnimateElement {
|
| +class SVGSetElement FINAL : public SVGAnimateElement {
|
| public:
|
| static PassRefPtr<SVGSetElement> create(const QualifiedName&, Document*);
|
|
|
|
|