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

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

Issue 2723183002: Deprecate IDBFactory webkitGetDatabaseNames() (Closed)
Patch Set: Test expectation updates Created 3 years, 10 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
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();

Powered by Google App Engine
This is Rietveld 408576698