Index: Source/core/svg/SVGAltGlyphElement.cpp |
diff --git a/Source/core/svg/SVGAltGlyphElement.cpp b/Source/core/svg/SVGAltGlyphElement.cpp |
index b170919f5b998332e42cbc7f100578579c56d358..3de1575fbf668646d70dbc1ba455b1f9d0eb9df8 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.cpp |
+++ b/Source/core/svg/SVGAltGlyphElement.cpp |
@@ -86,9 +86,9 @@ RenderObject* SVGAltGlyphElement::createRenderer(RenderStyle*) |
return new RenderSVGTSpan(this); |
} |
-bool SVGAltGlyphElement::hasValidGlyphElements(Vector<String>& glyphNames) const |
+bool SVGAltGlyphElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const |
{ |
- String target; |
+ AtomicString target; |
Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &target); |
if (!element) |
return false; |