| Index: Source/core/svg/SVGTSpanElement.cpp
|
| diff --git a/Source/core/svg/SVGTSpanElement.cpp b/Source/core/svg/SVGTSpanElement.cpp
|
| index 992a8cf1cf4263f93176415573007950e0565507..d3c38f0ae44cc383eb6fafaf37c7b27dd4f3f06c 100644
|
| --- a/Source/core/svg/SVGTSpanElement.cpp
|
| +++ b/Source/core/svg/SVGTSpanElement.cpp
|
| @@ -34,7 +34,7 @@ inline SVGTSpanElement::SVGTSpanElement(Document& document)
|
|
|
| DEFINE_NODE_FACTORY(SVGTSpanElement)
|
|
|
| -RenderObject* SVGTSpanElement::createRenderer(const RenderStyle&)
|
| +LayoutObject* SVGTSpanElement::createRenderer(const RenderStyle&)
|
| {
|
| return new RenderSVGTSpan(this);
|
| }
|
|
|