| Index: Source/core/svg/SVGTSpanElement.cpp
|
| diff --git a/Source/core/svg/SVGTSpanElement.cpp b/Source/core/svg/SVGTSpanElement.cpp
|
| index 2fd2fe5d4ff7f93da722276126cbd73b4c939154..c1a23003ea66d5a60d2b23c28caa0cdc102225cb 100644
|
| --- a/Source/core/svg/SVGTSpanElement.cpp
|
| +++ b/Source/core/svg/SVGTSpanElement.cpp
|
| @@ -27,12 +27,14 @@
|
|
|
| namespace WebCore {
|
|
|
| -SVGTSpanElement::SVGTSpanElement(Document& document)
|
| +inline SVGTSpanElement::SVGTSpanElement(Document& document)
|
| : SVGTextPositioningElement(SVGNames::tspanTag, document)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGTSpanElement)
|
| +
|
| RenderObject* SVGTSpanElement::createRenderer(RenderStyle*)
|
| {
|
| return new RenderSVGTSpan(this);
|
|
|