Index: Source/core/svg/SVGURIReference.cpp |
diff --git a/Source/core/svg/SVGURIReference.cpp b/Source/core/svg/SVGURIReference.cpp |
index 6fbb4a1173e343b21e450779335f35ec8dedff3b..32f538836078197a86e3391cfb69f070c0c1fc97 100644 |
--- a/Source/core/svg/SVGURIReference.cpp |
+++ b/Source/core/svg/SVGURIReference.cpp |
@@ -105,13 +105,4 @@ void SVGURIReference::addSupportedAttributes(HashSet<QualifiedName>& supportedAt |
supportedAttributes.add(XLinkNames::hrefAttr); |
} |
-bool SVGURIReference::parseAttribute(const QualifiedName& name, const AtomicString& value, SVGParsingError& parseError) |
-{ |
- if (name.matches(XLinkNames::hrefAttr)) { |
- m_href->setBaseValueAsString(value, parseError); |
- return true; |
- } |
- return false; |
-} |
- |
} |