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

Unified Diff: LayoutTests/http/tests/workers/terminate-during-sync-operation-websql-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/http/tests/workers/terminate-during-sync-operation-websql-expected.txt
diff --git a/LayoutTests/http/tests/workers/terminate-during-sync-operation-websql-expected.txt b/LayoutTests/http/tests/workers/terminate-during-sync-operation-websql-expected.txt
index 1393e8e2961df5fa4966ab7d340f356c88bbae38..5ab125284608089804f6a0307ecaf1f8b8c1e56d 100644
--- a/LayoutTests/http/tests/workers/terminate-during-sync-operation-websql-expected.txt
+++ b/LayoutTests/http/tests/workers/terminate-during-sync-operation-websql-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Database API.
Test that terminating the worker while it is performing synchronous file or database operations will not cause any crashes, asserts, etc.
Starting test run.

Powered by Google App Engine
This is Rietveld 408576698