Index: Source/core/svg/animation/SVGSMILElement.cpp |
diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp |
index f79ef568573eb80b04096efbbee8c03eae19ce73..7dbc0aedd5b496537235f8ba4d6f8bbac8c6dc63 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.cpp |
+++ b/Source/core/svg/animation/SVGSMILElement.cpp |
@@ -252,7 +252,7 @@ static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, |
if (!Document::parseQualifiedName(attributeName, prefix, localName, ASSERT_NO_EXCEPTION)) |
return anyQName(); |
- String namespaceURI = svgElement->lookupNamespaceURI(prefix); |
+ const AtomicString& namespaceURI = svgElement->lookupNamespaceURI(prefix); |
if (namespaceURI.isEmpty()) |
return anyQName(); |