| Index: Source/core/svg/SVGAnimateElement.h
|
| diff --git a/Source/core/svg/SVGAnimateElement.h b/Source/core/svg/SVGAnimateElement.h
|
| index 47b68622a435ed979ce45e5e631d2ce146faa685..7593233afce03bbd0115a06fd020c6ccf1171abe 100644
|
| --- a/Source/core/svg/SVGAnimateElement.h
|
| +++ b/Source/core/svg/SVGAnimateElement.h
|
| @@ -39,7 +39,9 @@ public:
|
| virtual ~SVGAnimateElement();
|
|
|
| AnimatedPropertyType determineAnimatedPropertyType(SVGElement*) const;
|
| -
|
| +
|
| + virtual void accept(Visitor* visitor) const OVERRIDE { SVGAnimationElement::accept(visitor); }
|
| +
|
| protected:
|
| SVGAnimateElement(const QualifiedName&, const Handle<Document>&);
|
|
|
|
|