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

Unified Diff: third_party/WebKit/Source/wtf/text/WTFString.h

Issue 2723053002: Use the correct case converter for |localName| and |tagName| (Closed)
Patch Set: Created 3 years, 10 months 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: third_party/WebKit/Source/wtf/text/WTFString.h
diff --git a/third_party/WebKit/Source/wtf/text/WTFString.h b/third_party/WebKit/Source/wtf/text/WTFString.h
index 9ba534a65e70a80aa13467d2bd70bcf09d71ed16..fc2f46d578937b82ac5c2c8be8b4470f5650d209 100644
--- a/third_party/WebKit/Source/wtf/text/WTFString.h
+++ b/third_party/WebKit/Source/wtf/text/WTFString.h
@@ -290,6 +290,8 @@ class WTF_EXPORT String {
String lower() const;
String upper() const;
+ String upperASCII() const;
tkent 2017/03/01 12:21:27 Please add a comment like AtomicString.h. This fu
+
String lower(const AtomicString& localeIdentifier) const;
String upper(const AtomicString& localeIdentifier) const;

Powered by Google App Engine
This is Rietveld 408576698