| Index: Source/core/svg/SVGAnimateMotionElement.h
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.h b/Source/core/svg/SVGAnimateMotionElement.h
|
| index 29a33d6d236bb152575c1a0dedfb5fb7b04fc4ce..eec94f80d2d3cca45311e891baad82b543943f29 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.h
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.h
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGAnimateMotionElement : public SVGAnimationElement {
|
| +class SVGAnimateMotionElement FINAL : public SVGAnimationElement {
|
| public:
|
| static PassRefPtr<SVGAnimateMotionElement> create(const QualifiedName&, Document*);
|
| void updateAnimationPath();
|
|
|