| Index: Source/core/svg/SVGTextElement.cpp
|
| diff --git a/Source/core/svg/SVGTextElement.cpp b/Source/core/svg/SVGTextElement.cpp
|
| index 163c5f3a2c54d649efd3901cd0600dc39486c100..1fcd139810eb1e2bedbbaf96bd1d04fc17329004 100644
|
| --- a/Source/core/svg/SVGTextElement.cpp
|
| +++ b/Source/core/svg/SVGTextElement.cpp
|
| @@ -27,12 +27,14 @@
|
|
|
| namespace WebCore {
|
|
|
| -SVGTextElement::SVGTextElement(Document& doc)
|
| +inline SVGTextElement::SVGTextElement(Document& doc)
|
| : SVGTextPositioningElement(SVGNames::textTag, doc)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGTextElement)
|
| +
|
| // We override SVGGraphics::animatedLocalTransform() so that the transform-origin
|
| // is not taken into account.
|
| AffineTransform SVGTextElement::animatedLocalTransform() const
|
|
|