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

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

Issue 2723053002: Use the correct case converter for |localName| and |tagName| (Closed)
Patch Set: Oops... 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/StringImpl.h
diff --git a/third_party/WebKit/Source/wtf/text/StringImpl.h b/third_party/WebKit/Source/wtf/text/StringImpl.h
index afdb6af132ebe2f62d4e824de43a744f48eccde6..97f2c6767bf69b877952e92764be6494d64a0b85 100644
--- a/third_party/WebKit/Source/wtf/text/StringImpl.h
+++ b/third_party/WebKit/Source/wtf/text/StringImpl.h
@@ -381,6 +381,7 @@ class WTF_EXPORT StringImpl {
PassRefPtr<StringImpl> lower();
PassRefPtr<StringImpl> lowerASCII();
PassRefPtr<StringImpl> upper();
+ PassRefPtr<StringImpl> upperASCII();
PassRefPtr<StringImpl> lower(const AtomicString& localeIdentifier);
PassRefPtr<StringImpl> upper(const AtomicString& localeIdentifier);
« no previous file with comments | « third_party/WebKit/Source/wtf/text/AtomicString.cpp ('k') | third_party/WebKit/Source/wtf/text/StringImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698