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

Unified Diff: Source/core/frame/UseCounter.cpp

Issue 561093003: Remove worker support of Web SQL Database. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/workers/WorkerGlobalScope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 42f6573713cb5e8438082f0dde2ace087bdffb66..16d466f43f5df85eefdbe34339d163c881b2c546 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -765,12 +765,6 @@ String UseCounter::deprecationMessage(Feature feature)
case SyncXHRWithCredentials:
return "Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated.";
- case OpenWebDatabaseInWorker:
- return "'openDatabase' in Workers is deprecated. Please switch to Indexed Database API.";
-
- case OpenWebDatabaseSyncInWorker:
- return "'openDatabaseSync' is deprecated. Please switch to Indexed Database API.";
-
case EventSourceURL:
return "'EventSource.URL' is deprecated. Please use 'EventSource.url' instead.";
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/workers/WorkerGlobalScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698