| 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 577089ddff0fbcef640686a5953a0a9f62e0f1e4..3fbd1a4b559f17c1a21c2c1582a03dc67d051bac 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -438,6 +438,10 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| "for more details.",
|
| milestoneString(M60));
|
|
|
| + case UseCounter::V8IDBFactory_WebkitGetDatabaseNames_Method:
|
| + return willBeRemoved("indexedDB.webkitGetDatabaseNames()", M60,
|
| + "5725741740195840");
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|