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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp

Issue 2806263002: Rename blink::AtomicString::Lower() to DeprecatedLower(). (Closed)
Patch Set: Update a comment Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/AtomicString.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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))
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/AtomicString.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698