Index: third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp |
index d48cd5c37448d9fb37e76e32ba0eaa18a56290aa..bbcaadc9743d55b2a0c65ad4eb82d6179906f59d 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp |
@@ -36,8 +36,7 @@ inline SVGFEImageElement::SVGFEImageElement(Document& document) |
SVGURIReference(this), |
m_preserveAspectRatio(SVGAnimatedPreserveAspectRatio::create( |
this, |
- SVGNames::preserveAspectRatioAttr, |
- SVGPreserveAspectRatio::create())) { |
+ SVGNames::preserveAspectRatioAttr)) { |
addToPropertyMap(m_preserveAspectRatio); |
} |