| Index: Source/core/animation/AnimatableSVGPaint.h
|
| diff --git a/Source/core/animation/AnimatableSVGPaint.h b/Source/core/animation/AnimatableSVGPaint.h
|
| index 07a32fcb9b81c2e0614546283daf740222a14b56..939b888371b86ac2a20c1cfece229c497bb86a75 100644
|
| --- a/Source/core/animation/AnimatableSVGPaint.h
|
| +++ b/Source/core/animation/AnimatableSVGPaint.h
|
| @@ -37,7 +37,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class AnimatableSVGPaint : public AnimatableValue {
|
| +class AnimatableSVGPaint FINAL : public AnimatableValue {
|
| public:
|
| virtual ~AnimatableSVGPaint() { }
|
| static PassRefPtr<AnimatableSVGPaint> create(SVGPaint::SVGPaintType type, const Color& color, const String& uri)
|
|
|