| 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);
|
|
|
|
|