Index: Source/core/svg/SVGFontFaceUriElement.cpp |
diff --git a/Source/core/svg/SVGFontFaceUriElement.cpp b/Source/core/svg/SVGFontFaceUriElement.cpp |
index fabcf7f5b0cd49e4f5579c75fe958f03fb9f39bd..48c8c5da1c6e4380058862278f7bd17f4631d123 100644 |
--- a/Source/core/svg/SVGFontFaceUriElement.cpp |
+++ b/Source/core/svg/SVGFontFaceUriElement.cpp |
@@ -61,7 +61,7 @@ PassRefPtr<CSSFontFaceSrcValue> SVGFontFaceUriElement::srcValue() const |
void SVGFontFaceUriElement::parseAttribute(const QualifiedName& name, const AtomicString& value) |
{ |
- if (name == XLinkNames::hrefAttr) |
+ if (name.matches(XLinkNames::hrefAttr)) |
loadFont(); |
else |
SVGElement::parseAttribute(name, value); |