| Index: Source/core/svg/SVGTSpanElement.h
|
| diff --git a/Source/core/svg/SVGTSpanElement.h b/Source/core/svg/SVGTSpanElement.h
|
| index d77160d814ace1f47537f6873ea3d56c21c60878..7c6f41c9f2b716970a150d7b727bcfddae734761 100644
|
| --- a/Source/core/svg/SVGTSpanElement.h
|
| +++ b/Source/core/svg/SVGTSpanElement.h
|
| @@ -33,7 +33,6 @@ private:
|
| explicit SVGTSpanElement(Document&);
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
| - virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE { return true; }
|
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
|
| };
|
|
|
|
|