Chromium Code Reviews| Index: Source/core/svg/SVGSetElement.h |
| diff --git a/Source/core/svg/SVGSetElement.h b/Source/core/svg/SVGSetElement.h |
| index 7162e0c38408328a789cf6e1cd32869aff2d898e..d5868a204bac1bd19ea05f65e871a3063f43f841 100644 |
| --- a/Source/core/svg/SVGSetElement.h |
| +++ b/Source/core/svg/SVGSetElement.h |
| @@ -34,7 +34,7 @@ public: |
| private: |
| explicit SVGSetElement(Document&); |
| - virtual void updateAnimationMode() override; |
| + void updateAnimationMode() override; |
| }; |
| } // namespace blink |