| 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 ab82fae2e1a4897d4b1a8af801b9ad939d3e432e..90f5f98b5b33adbe7c9c2601110b5d1a461110ad 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -19,6 +19,7 @@ enum Milestone {
|
| M57,
|
| M58,
|
| M59,
|
| + M60,
|
| };
|
|
|
| const char* milestoneString(Milestone milestone) {
|
| @@ -34,6 +35,8 @@ const char* milestoneString(Milestone milestone) {
|
| return "M58, around April 2017";
|
| case M59:
|
| return "M59, around June 2017";
|
| + case M60:
|
| + return "M60, around August 2017";
|
| }
|
|
|
| ASSERT_NOT_REACHED();
|
|
|