| 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 4e5725217cd392a5b434ffe46548b1ece4d47e3d..d07ffa3fede96384bc815b795aa20408853b84bd 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| @@ -739,6 +739,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);
|
| }
|
|
|
|
|