Index: Source/core/xml/XPathNSResolver.h |
diff --git a/Source/core/xml/XPathNSResolver.h b/Source/core/xml/XPathNSResolver.h |
index 4bbb942324ebc2a844240a2cd94e99c652000435..fc761f6459e8e0df33b258b0b33db1a147a4ceb3 100644 |
--- a/Source/core/xml/XPathNSResolver.h |
+++ b/Source/core/xml/XPathNSResolver.h |
@@ -36,7 +36,7 @@ namespace WebCore { |
class XPathNSResolver : public RefCounted<XPathNSResolver>, public ScriptWrappable { |
public: |
virtual ~XPathNSResolver(); |
- virtual String lookupNamespaceURI(const String& prefix) = 0; |
+ virtual AtomicString lookupNamespaceURI(const String& prefix) = 0; |
protected: |
XPathNSResolver() |