Index: Source/core/svg/SVGAltGlyphElement.h |
diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h |
index 841e1f0993e3d445008d9b35508a868a84957088..7fcb7487a6fbd4a810a9f2a0c1a55e662e5ad63a 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.h |
+++ b/Source/core/svg/SVGAltGlyphElement.h |
@@ -42,7 +42,7 @@ public: |
const AtomicString& format() const; |
void setFormat(const AtomicString&, ExceptionState&); |
- bool hasValidGlyphElements(Vector<String>& glyphNames) const; |
+ bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; |
private: |
explicit SVGAltGlyphElement(Document&); |