| Index: Source/core/svg/SVGSetElement.h
|
| diff --git a/Source/core/svg/SVGSetElement.h b/Source/core/svg/SVGSetElement.h
|
| index 0deabd2d3ae12e2b6c3565f9244ae852a881e74c..6fbcc797a79a75073f8bbc81dfdb00c8c9c59381 100644
|
| --- a/Source/core/svg/SVGSetElement.h
|
| +++ b/Source/core/svg/SVGSetElement.h
|
| @@ -26,14 +26,14 @@
|
| namespace blink {
|
|
|
| // SVGAnimateElement implements superset of the functionality.
|
| -class SVGSetElement FINAL : public SVGAnimateElement {
|
| +class SVGSetElement final : public SVGAnimateElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGSetElement);
|
|
|
| private:
|
| explicit SVGSetElement(Document&);
|
| - virtual void updateAnimationMode() OVERRIDE;
|
| + virtual void updateAnimationMode() override;
|
| };
|
|
|
| } // namespace blink
|
|
|