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

Unified Diff: Source/core/xml/XPathParser.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/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&);

Powered by Google App Engine
This is Rietveld 408576698