| Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp | 
| index 01ac2abe3265f32799e1240e224e8d710abfcdcc..00979bb66d00ba10c89d55d30ad704800dca6153 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp | 
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp | 
| @@ -729,6 +729,7 @@ void SVGUseElement::transferUseAttributesToReplacedElement(SVGElement* from, SVG | 
| to->removeAttribute(SVGNames::yAttr); | 
| to->removeAttribute(SVGNames::widthAttr); | 
| to->removeAttribute(SVGNames::heightAttr); | 
| +    to->removeAttribute(SVGNames::hrefAttr); | 
| to->removeAttribute(XLinkNames::hrefAttr); | 
| } | 
|  | 
|  |