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

Unified Diff: third_party/WebKit/Source/core/html/media/MediaDocument.cpp

Issue 2821633002: Remove WTF::String::DeprecatedUpper() (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/core/html/media/MediaDocument.cpp
diff --git a/third_party/WebKit/Source/core/html/media/MediaDocument.cpp b/third_party/WebKit/Source/core/html/media/MediaDocument.cpp
index ab43a6936c2066e2525e81e51e99b37612f6ddc0..faff1e56355a094a4c0ebfa42ed8309e50692a12 100644
--- a/third_party/WebKit/Source/core/html/media/MediaDocument.cpp
+++ b/third_party/WebKit/Source/core/html/media/MediaDocument.cpp
@@ -212,7 +212,7 @@ void MediaDocumentParser::CreateDocumentStructure() {
GetDocument()
->GetCachedLocale(GetDocument()->ContentLanguage())
.QueryString(WebLocalizedString::kDownloadButtonLabel)
- .DeprecatedUpper());
+ .UpperUnicode(GetDocument()->ContentLanguage()));
// Using CSS style according to Android material design.
anchor->setAttribute(
styleAttr,

Powered by Google App Engine
This is Rietveld 408576698