| 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..dd517e4a369d0d03aa5a48315c5d83326481c403 100644
|
| --- a/third_party/WebKit/Source/wtf/text/WTFString.h
|
| +++ b/third_party/WebKit/Source/wtf/text/WTFString.h
|
| @@ -293,6 +293,10 @@ class WTF_EXPORT String {
|
| String lower(const AtomicString& localeIdentifier) const;
|
| String upper(const AtomicString& localeIdentifier) const;
|
|
|
| + // Returns a uppercase version of the string.
|
| + // This function converts ASCII characters only.
|
| + String upperASCII() const;
|
| +
|
| String stripWhiteSpace() const;
|
| String stripWhiteSpace(IsWhiteSpaceFunctionPtr) const;
|
| String simplifyWhiteSpace(StripBehavior = StripExtraWhiteSpace) const;
|
|
|