Index: Source/core/svg/SVGTextPathElement.cpp |
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp |
index b3f2e1b1fb4298ffa56bb88e1e4f995453e4de34..50f3b50bc2c9f2dd01fa71af8302f2133aed13d5 100644 |
--- a/Source/core/svg/SVGTextPathElement.cpp |
+++ b/Source/core/svg/SVGTextPathElement.cpp |
@@ -155,7 +155,7 @@ void SVGTextPathElement::buildPendingResource() |
if (!inDocument()) |
return; |
- String id; |
+ AtomicString id; |
Element* target = SVGURIReference::targetElementFromIRIString(hrefCurrentValue(), document(), &id); |
if (!target) { |
// Do not register as pending if we are already pending this resource. |