| Index: third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp b/third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
|
| index b8489c11342eb7ec6fbaa9a5f4fc2bbbe5a3e0f7..498524773ca3525b54a3e65b84289a9f46427b51 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
|
| @@ -66,7 +66,7 @@ AtomicString AtomicString::FromUTF8(const char* chars) {
|
| return AtomicString(AtomicStringTable::Instance().AddUTF8(chars, nullptr));
|
| }
|
|
|
| -AtomicString AtomicString::Lower() const {
|
| +AtomicString AtomicString::DeprecatedLower() const {
|
| // Note: This is a hot function in the Dromaeo benchmark.
|
| StringImpl* impl = this->Impl();
|
| if (UNLIKELY(!impl))
|
|
|