Index: third_party/WebKit/Source/core/svg/SVGElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp |
index 69e47354594f6d8b7b3590cae172c5719a9825b4..2b6a5e09bd977ceacdf1460474e70bcbe320114c 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp |
@@ -680,8 +680,7 @@ AnimatedPropertyType SVGElement::animatedPropertyTypeForCSSAttribute(const Quali |
void SVGElement::addToPropertyMap(SVGAnimatedPropertyBase* property) |
{ |
- QualifiedName attributeName = property->attributeName(); |
- m_attributeToPropertyMap.set(attributeName, property); |
+ m_attributeToPropertyMap.set(property->attributeName(), property); |
} |
SVGAnimatedPropertyBase* SVGElement::propertyFromAttribute(const QualifiedName& attributeName) const |