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

Unified Diff: LayoutTests/fast/workers/storage/multiple-databases-garbage-collection-expected.txt

Issue 417103002: Deprecate openDatabase and openDatabaseSync in workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: LayoutTests/fast/workers/storage/multiple-databases-garbage-collection-expected.txt
diff --git a/LayoutTests/fast/workers/storage/multiple-databases-garbage-collection-expected.txt b/LayoutTests/fast/workers/storage/multiple-databases-garbage-collection-expected.txt
index d01514a6aefb3628eb00364cb2624c20e0e89004..fe8b4593682bc64f954087e18fd515b128b56076 100644
--- a/LayoutTests/fast/workers/storage/multiple-databases-garbage-collection-expected.txt
+++ b/LayoutTests/fast/workers/storage/multiple-databases-garbage-collection-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: 'openDatabase' in Workers is deprecated. Please switch to Indexed Database API.
This test opens two databases, queues up a series of operations on both, then "forgets" about one of them. After forcing GC, resources associated with that database should be freed gracefully.
Forgotten Database Transaction Complete
Persistent Database Transaction Complete

Powered by Google App Engine
This is Rietveld 408576698