| Index: Source/core/svg/SVGAnimatedEnumerationBase.h
|
| diff --git a/Source/core/svg/SVGAnimatedEnumerationBase.h b/Source/core/svg/SVGAnimatedEnumerationBase.h
|
| index de9cb56602234d43e542b52f560df6bbc72b319f..8e5b7be8b138e5886dd4e8bdde90999fc6065d7c 100644
|
| --- a/Source/core/svg/SVGAnimatedEnumerationBase.h
|
| +++ b/Source/core/svg/SVGAnimatedEnumerationBase.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
| class SVGAnimatedEnumerationBase : public SVGAnimatedProperty<SVGEnumerationBase> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - virtual ~SVGAnimatedEnumerationBase();
|
| + ~SVGAnimatedEnumerationBase() override;
|
|
|
| void setBaseVal(unsigned short, ExceptionState&);
|
|
|
|
|