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

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

Issue 2333033002: Deprecation warnings can cite M57/M58/M59 (Closed)
Patch Set: expectations Created 4 years, 3 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/LayoutTests/webaudio/doppler-deprecated-expected.txt ('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/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 9debda427c03f174081b97f6921f786a1dbaebfc..6b7bdf860768d568065b666e066cde9b7c9f2534 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -31,9 +31,15 @@ const char* milestoneString(int milestone)
case 54:
return "M54, around October 2016";
case 55:
- return "M55, around November 2016";
+ return "M55, around December 2016";
case 56:
return "M56, around January 2017";
+ case 57:
+ return "M57, around March 2017";
+ case 58:
+ return "M58, around April 2017";
+ case 59:
+ return "M59, around June 2017";
}
ASSERT_NOT_REACHED();
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/doppler-deprecated-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698