Index: third_party/WebKit/Source/core/svg/SVGURIReference.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGURIReference.cpp b/third_party/WebKit/Source/core/svg/SVGURIReference.cpp |
index 382bb24f100171d44e23a4e70604741e69170e10..bc5d6cd2664076c2b094aeb0ba1bf80544c2ece8 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGURIReference.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGURIReference.cpp |
@@ -105,9 +105,4 @@ Element* SVGURIReference::targetElementFromIRIString(const String& iri, const Tr |
return treeScope.getElementById(id); |
} |
-void SVGURIReference::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes) |
-{ |
- supportedAttributes.add(XLinkNames::hrefAttr); |
-} |
- |
} |