Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: Source/core/xml/XPathNSResolver.h

Issue 108543003: Consistently use AtomicString for namespaceURI / prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698