Index: Source/core/svg/SVGGlyphRefElement.h |
diff --git a/Source/core/svg/SVGGlyphRefElement.h b/Source/core/svg/SVGGlyphRefElement.h |
index 8de1d2b96ae6af84c3bc56deba2ebf2449c72efd..bc4940e319497dc83fc8480ed7d0ed0d85fc25e5 100644 |
--- a/Source/core/svg/SVGGlyphRefElement.h |
+++ b/Source/core/svg/SVGGlyphRefElement.h |
@@ -32,7 +32,7 @@ class SVGGlyphRefElement FINAL : public SVGElement, |
public: |
static PassRefPtr<SVGGlyphRefElement> create(Document&); |
- bool hasValidGlyphElement(String& glyphName) const; |
+ bool hasValidGlyphElement(AtomicString& glyphName) const; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
// DOM interface |