| Index: third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp b/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
|
| index c6a2c85383418a1af57a34ca1cd9faac64919e90..324ed539a50531836242afa487c6279fa6ccf08b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
|
| @@ -47,9 +47,7 @@ SVGTextPositioningElement::SVGTextPositioningElement(
|
| this,
|
| SVGNames::dyAttr,
|
| SVGLengthList::create(SVGLengthMode::Height))),
|
| - m_rotate(SVGAnimatedNumberList::create(this,
|
| - SVGNames::rotateAttr,
|
| - SVGNumberList::create())) {
|
| + m_rotate(SVGAnimatedNumberList::create(this, SVGNames::rotateAttr)) {
|
| addToPropertyMap(m_x);
|
| addToPropertyMap(m_y);
|
| addToPropertyMap(m_dx);
|
|
|