| Index: third_party/WebKit/Source/core/svg/SVGViewSpec.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGViewSpec.cpp b/third_party/WebKit/Source/core/svg/SVGViewSpec.cpp
|
| index 69953a0b539fc0da73b4cfad1e5a0f62b2ea0454..2363477e2a75748d5da1ca19bccf249987d7d1a7 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGViewSpec.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGViewSpec.cpp
|
| @@ -39,10 +39,8 @@ SVGViewSpec::SVGViewSpec(SVGSVGElement* contextElement)
|
| // SVGViewSpec.
|
| : SVGFitToViewBox(contextElement, PropertyMapPolicySkip),
|
| m_contextElement(contextElement),
|
| - m_transform(
|
| - SVGAnimatedTransformList::create(contextElement,
|
| - SVGNames::transformAttr,
|
| - SVGTransformList::create())) {
|
| + m_transform(SVGAnimatedTransformList::create(contextElement,
|
| + SVGNames::transformAttr)) {
|
| ASSERT(m_contextElement);
|
|
|
| viewBox()->setReadOnly();
|
|
|