Index: Source/core/svg/SVGFontData.cpp |
diff --git a/Source/core/svg/SVGFontData.cpp b/Source/core/svg/SVGFontData.cpp |
index 64b6b3de5cac3cb94242011f1907002c3a8ed97c..3b3ea8f594fd046f0ad46fb2eb9c55ac2dc52d24 100644 |
--- a/Source/core/svg/SVGFontData.cpp |
+++ b/Source/core/svg/SVGFontData.cpp |
@@ -165,7 +165,7 @@ bool SVGFontData::applySVGGlyphSelection(WidthIterator& iterator, GlyphData& gly |
String language; |
bool isVerticalText = false; |
- Vector<String> altGlyphNames; |
+ Vector<AtomicString> altGlyphNames; |
if (renderObject) { |
RenderObject* parentRenderObject = renderObject->isText() ? renderObject->parent() : renderObject; |