Index: Source/core/xml/XPathParser.h |
diff --git a/Source/core/xml/XPathParser.h b/Source/core/xml/XPathParser.h |
index 86a52e4c149269fb100d499d120502e2af0d4f4a..07a3f8d708eed37029a4fcff68c9484c9d165d9d 100644 |
--- a/Source/core/xml/XPathParser.h |
+++ b/Source/core/xml/XPathParser.h |
@@ -62,7 +62,7 @@ public: |
~Parser(); |
XPathNSResolver* resolver() const { return m_resolver.get(); } |
- bool expandQName(const String& qName, String& localName, String& namespaceURI); |
+ bool expandQName(const String& qName, AtomicString& localName, AtomicString& namespaceURI); |
Expression* parseStatement(const String& statement, PassRefPtr<XPathNSResolver>, ExceptionState&); |