Index: Source/core/svg/SVGAltGlyphItemElement.h |
diff --git a/Source/core/svg/SVGAltGlyphItemElement.h b/Source/core/svg/SVGAltGlyphItemElement.h |
index cf4c9b091800734cd34e1291307f0cbcf3a93ee6..35d3bef0fbfa8b79cadd9b05cebf4edb92153a7e 100644 |
--- a/Source/core/svg/SVGAltGlyphItemElement.h |
+++ b/Source/core/svg/SVGAltGlyphItemElement.h |
@@ -30,7 +30,7 @@ class SVGAltGlyphItemElement FINAL : public SVGElement { |
public: |
static PassRefPtr<SVGAltGlyphItemElement> create(Document&); |
- bool hasValidGlyphElements(Vector<String>& glyphNames) const; |
+ bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; |
private: |
explicit SVGAltGlyphItemElement(Document&); |