Chromium Code Reviews| 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; |