| Index: Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
|
| index 986704f40b1d72fb4c21d2cea83c1fe0ef8e8b76..60363280f2f1b5a3f0eccfb913006b194f9d3925 100644
|
| --- a/Source/core/svg/SVGTextPathElement.cpp
|
| +++ b/Source/core/svg/SVGTextPathElement.cpp
|
| @@ -48,7 +48,7 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPath
|
| return entries;
|
| }
|
|
|
| -SVGTextPathElement::SVGTextPathElement(Document& document)
|
| +inline SVGTextPathElement::SVGTextPathElement(Document& document)
|
| : SVGTextContentElement(SVGNames::textPathTag, document)
|
| , SVGURIReference(this)
|
| , m_startOffset(SVGAnimatedLength::create(this, SVGNames::startOffsetAttr, SVGLength::create(LengthModeOther), AllowNegativeLengths))
|
| @@ -62,6 +62,8 @@ SVGTextPathElement::SVGTextPathElement(Document& document)
|
| addToPropertyMap(m_spacing);
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGTextPathElement)
|
| +
|
| SVGTextPathElement::~SVGTextPathElement()
|
| {
|
| #if !ENABLE(OILPAN)
|
|
|