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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2541763004: Merge "Update milestone for EME non-standard functionality" (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 366d162cd0394bb64a617eb822317265f2a27f42..041e2b8af6a96fe2e7673c436b0bb903c22018e4 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -430,7 +430,7 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
"requestMediaKeySystemAccess() include codecs. Non-standard support "
"for contentType strings without codecs will be removed in %s. "
"Please specify the desired codec(s) as part of the contentType.",
- milestoneString(M56));
+ milestoneString(M58));
case UseCounter::VRDeprecatedFieldOfView:
return replacedBy("VREyeParameters.fieldOfView",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698