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 d07ffa3fede96384bc815b795aa20408853b84bd..4e5725217cd392a5b434ffe46548b1ece4d47e3d 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
@@ -739,7 +739,6 @@ |
to->removeAttribute(SVGNames::yAttr); |
to->removeAttribute(SVGNames::widthAttr); |
to->removeAttribute(SVGNames::heightAttr); |
- to->removeAttribute(SVGNames::hrefAttr); |
to->removeAttribute(XLinkNames::hrefAttr); |
} |