| Index: Source/core/svg/SVGPathElement.h
|
| diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h
|
| index 42f40acddcea7c500d56e86763de859e1bac2a59..1f94491201ea6468135bedd845c15929d48dbbcf 100644
|
| --- a/Source/core/svg/SVGPathElement.h
|
| +++ b/Source/core/svg/SVGPathElement.h
|
| @@ -110,8 +110,6 @@ private:
|
| static void synchronizeD(SVGElement* contextElement);
|
| static PassRefPtr<SVGAnimatedProperty> lookupOrCreateDWrapper(SVGElement* contextElement);
|
|
|
| - virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
| -
|
| virtual Node::InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
|
|
|
|