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

Unified Diff: LayoutTests/http/tests/security/isolatedWorld/all-window-properties-expected.txt

Issue 415753002: Deprecate the webkit-prefixed standard IndexedDB entry points (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More rebaselines for console warnings in property enumerating tests 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/security/isolatedWorld/all-window-properties-expected.txt
diff --git a/LayoutTests/http/tests/security/isolatedWorld/all-window-properties-expected.txt b/LayoutTests/http/tests/security/isolatedWorld/all-window-properties-expected.txt
index cf593b5e1ed943f65bc75e9e72c99dbb0d9aa856..e48961470e2fdbd6024c82426129db7fe8a79c47 100644
--- a/LayoutTests/http/tests/security/isolatedWorld/all-window-properties-expected.txt
+++ b/LayoutTests/http/tests/security/isolatedWorld/all-window-properties-expected.txt
@@ -1,2 +1,3 @@
CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
+CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead.
Done.

Powered by Google App Engine
This is Rietveld 408576698