| Index: Source/core/rendering/svg/SVGRenderSupport.h
|
| diff --git a/Source/core/rendering/svg/SVGRenderSupport.h b/Source/core/rendering/svg/SVGRenderSupport.h
|
| index cf5a0056b6ca9fde95d4fa9cce3217118a660e30..954114e37138f2ef600bcc1751a11d8a6ea4d732 100644
|
| --- a/Source/core/rendering/svg/SVGRenderSupport.h
|
| +++ b/Source/core/rendering/svg/SVGRenderSupport.h
|
| @@ -81,9 +81,6 @@ public:
|
| // FIXME: These methods do not belong here.
|
| static const RenderSVGRoot* findTreeRootObject(const RenderObject*);
|
|
|
| - // Helper method for determining whether an RenderSVGInlineText object has zero length text.
|
| - static bool isEmptySVGInlineText(const RenderObject*);
|
| -
|
| // Helper method for determining if a RenderObject marked as text (isText()== true)
|
| // can/will be rendered as part of a <text>.
|
| static bool isRenderableTextNode(const RenderObject*);
|
|
|