| 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 270163347edb1ebdcff5f8027b86f5eb56708d52..eaaeaebbc99263d91e68d65e2d2ea4294f80b362 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -378,10 +378,6 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
|
| "for more details.",
|
| milestoneString(M62));
|
|
|
| - case UseCounter::kV8IDBFactory_WebkitGetDatabaseNames_Method:
|
| - return willBeRemoved("indexedDB.webkitGetDatabaseNames()", M60,
|
| - "5725741740195840");
|
| -
|
| case UseCounter::kVibrateWithoutUserGesture:
|
| return willBeRemoved(
|
| "A call to navigator.vibrate without user tap on the frame or any "
|
|
|