| Index: Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp
|
| index 6a54acaa0c174d381fc9e3d1a2deb1870a8803db..ab16767cadf1ac3a56fbf8021e7717d6b22f5c72 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -58,7 +58,10 @@ public:
|
|
|
| int repeat() const { return m_repeat; }
|
|
|
| - virtual void trace(Visitor* visitor) { }
|
| + virtual void trace(Visitor* visitor) OVERRIDE
|
| + {
|
| + Event::trace(visitor);
|
| + }
|
|
|
| protected:
|
| RepeatEvent(const AtomicString& type, bool canBubble, bool cancelable, int repeat = -1)
|
|
|