| 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 89546cdb42bee62732bb6f1ba3028930663d3bcd..ab4370b6f94e5dc5cd55890252cad1a0a6d71dde 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -409,7 +409,7 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
|
| "removal and may be removed no earlier than %s. If you depend on it, "
|
| "please see https://www.chromestatus.com/features/5654810086866944 "
|
| "for more details.",
|
| - milestoneString(M60));
|
| + milestoneString(M62));
|
|
|
| case UseCounter::kV8IDBFactory_WebkitGetDatabaseNames_Method:
|
| return willBeRemoved("indexedDB.webkitGetDatabaseNames()", M60,
|
|
|