| Index: Source/core/svg/SVGStyledTransformableElement.h
|
| diff --git a/Source/core/svg/SVGStyledTransformableElement.h b/Source/core/svg/SVGStyledTransformableElement.h
|
| index 77cba9da01e47b24f0bf14216fc9fcfca89ccdea..2f2cad7b3f2ceddbb90ebf70341535212f3f14d6 100644
|
| --- a/Source/core/svg/SVGStyledTransformableElement.h
|
| +++ b/Source/core/svg/SVGStyledTransformableElement.h
|
| @@ -52,6 +52,8 @@ public:
|
| virtual void toClipPath(Path&);
|
| virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
|
|
|
| + virtual void accept(Visitor* visitor) const OVERRIDE { SVGStyledLocatableElement::accept(visitor); }
|
| +
|
| protected:
|
| SVGStyledTransformableElement(const QualifiedName&, const Handle<Document>&, ConstructionType = CreateSVGElement);
|
|
|
|
|