| Index: Source/core/svg/SVGPathElement.cpp
|
| diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp
|
| index a9e4cced3dcbd35b74ce80bef49787711ce868f6..909bdfe7561b03a940569b96c4f031b8e21c871e 100644
|
| --- a/Source/core/svg/SVGPathElement.cpp
|
| +++ b/Source/core/svg/SVGPathElement.cpp
|
| @@ -391,10 +391,4 @@ SVGRect SVGPathElement::getBBox()
|
| return renderer->path().boundingRect();
|
| }
|
|
|
| -RenderObject* SVGPathElement::createRenderer(RenderStyle*)
|
| -{
|
| - // By default, any subclass is expected to do path-based drawing
|
| - return new RenderSVGPath(this);
|
| -}
|
| -
|
| }
|
|
|