| Index: third_party/WebKit/Source/core/svg/SVGImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGImageElement.cpp b/third_party/WebKit/Source/core/svg/SVGImageElement.cpp
|
| index 715195dda8657a60e03048db9a85a4ff67fa8a41..634111a675bbab198874749760ad158dbb1997eb 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGImageElement.cpp
|
| @@ -47,8 +47,7 @@ inline SVGImageElement::SVGImageElement(Document& document)
|
| SVGLength::create(SVGLengthMode::Height))),
|
| m_preserveAspectRatio(SVGAnimatedPreserveAspectRatio::create(
|
| this,
|
| - SVGNames::preserveAspectRatioAttr,
|
| - SVGPreserveAspectRatio::create())),
|
| + SVGNames::preserveAspectRatioAttr)),
|
| m_imageLoader(SVGImageLoader::create(this)),
|
| m_needsLoaderURIUpdate(true) {
|
| addToPropertyMap(m_x);
|
|
|