| Index: third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp b/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| index f17717f64b55d76f14a89d2c60e5965e0fd02904..216ddcff46746d5cbf185618e9a6e35f4738ce1b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| @@ -50,8 +50,7 @@ inline SVGPatternElement::SVGPatternElement(Document& document)
|
| SVGLength::create(SVGLengthMode::Height))),
|
| m_patternTransform(
|
| SVGAnimatedTransformList::create(this,
|
| - SVGNames::patternTransformAttr,
|
| - SVGTransformList::create())),
|
| + SVGNames::patternTransformAttr)),
|
| m_patternUnits(SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>::create(
|
| this,
|
| SVGNames::patternUnitsAttr,
|
|
|