| Index: Source/core/svg/SVGStaticStringList.h
|
| diff --git a/Source/core/svg/SVGStaticStringList.h b/Source/core/svg/SVGStaticStringList.h
|
| index 3eea5d14c15c50e4e9096e97c30ce9af091284b0..54fdd23195ceb20310ca465f95d168f66e4d3f69 100644
|
| --- a/Source/core/svg/SVGStaticStringList.h
|
| +++ b/Source/core/svg/SVGStaticStringList.h
|
| @@ -48,15 +48,15 @@ public:
|
| return adoptRefWillBeNoop(new SVGStaticStringList(contextElement, attributeName));
|
| }
|
|
|
| - virtual ~SVGStaticStringList();
|
| + ~SVGStaticStringList() override;
|
|
|
| // SVGAnimatedPropertyBase:
|
| - virtual SVGPropertyBase* currentValueBase() override;
|
| - virtual bool isAnimating() const override;
|
| - virtual PassRefPtrWillBeRawPtr<SVGPropertyBase> createAnimatedValue() override;
|
| - virtual void setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase>) override;
|
| - virtual void animationEnded() override;
|
| - virtual bool needsSynchronizeAttribute() override;
|
| + SVGPropertyBase* currentValueBase() override;
|
| + bool isAnimating() const override;
|
| + PassRefPtrWillBeRawPtr<SVGPropertyBase> createAnimatedValue() override;
|
| + void setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase>) override;
|
| + void animationEnded() override;
|
| + bool needsSynchronizeAttribute() override;
|
|
|
| void setBaseValueAsString(const String& value, SVGParsingError& parseError);
|
|
|
|
|