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