| Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
|
| index 8bd4d3987f146f621421c9f945bac17be7eb23c6..3a5da4ecef86c5f62415dea669813485efade5bd 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
|
| @@ -36,9 +36,7 @@ SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName,
|
| : SVGElement(tagName, document, constructionType),
|
| SVGTests(this),
|
| m_transform(
|
| - SVGAnimatedTransformList::create(this,
|
| - SVGNames::transformAttr,
|
| - SVGTransformList::create())) {
|
| + SVGAnimatedTransformList::create(this, SVGNames::transformAttr)) {
|
| addToPropertyMap(m_transform);
|
| }
|
|
|
|
|