Index: third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp |
index 154411531c117322c043d46095425c411c0a83ce..f4234dee81b8875c7cd63a6bf3b7f0d7bd37bea6 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp |
@@ -61,8 +61,7 @@ SVGFitToViewBox::SVGFitToViewBox(SVGElement* element, |
: m_viewBox(SVGAnimatedViewBoxRect::create(element)), |
m_preserveAspectRatio(SVGAnimatedPreserveAspectRatio::create( |
element, |
- SVGNames::preserveAspectRatioAttr, |
- SVGPreserveAspectRatio::create())) { |
+ SVGNames::preserveAspectRatioAttr)) { |
ASSERT(element); |
if (propertyMapPolicy == PropertyMapPolicyAdd) { |
element->addToPropertyMap(m_viewBox); |