| Index: Source/core/svg/SVGPolyElement.h
|
| diff --git a/Source/core/svg/SVGPolyElement.h b/Source/core/svg/SVGPolyElement.h
|
| index 39df2312a6c0eece2a9e00df00dab5e7533ae041..ebbceaff55c69dbf825b4527a5d59edaf65ba848 100644
|
| --- a/Source/core/svg/SVGPolyElement.h
|
| +++ b/Source/core/svg/SVGPolyElement.h
|
| @@ -44,6 +44,8 @@ public:
|
|
|
| static const SVGPropertyInfo* pointsPropertyInfo();
|
|
|
| + virtual void accept(Visitor* visitor) const OVERRIDE { SVGStyledTransformableElement::accept(visitor); }
|
| +
|
| protected:
|
| SVGPolyElement(const QualifiedName&, const Handle<Document>&);
|
|
|
|
|