| 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,
|
|
|