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/cross-origin-worker-indexeddb-allowed-expected.txt

Issue 415753002: Deprecate the webkit-prefixed standard IndexedDB entry points (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/security/cross-origin-worker-indexeddb-allowed-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-origin-worker-indexeddb-allowed-expected.txt b/LayoutTests/http/tests/security/cross-origin-worker-indexeddb-allowed-expected.txt
index 7ccc88b4dfafecf167ca9c7aa0d5434ff1d25fea..f555452608603d8dd82870cb3c7a592aa1938287 100644
--- a/LayoutTests/http/tests/security/cross-origin-worker-indexeddb-allowed-expected.txt
+++ b/LayoutTests/http/tests/security/cross-origin-worker-indexeddb-allowed-expected.txt
@@ -5,15 +5,15 @@ Both of these frames should successfully open the database:
--------
Frame: '<!--framePath //<!--frame0-->-->'
--------
-Successfully called self.webkitIndexedDB.deleteDatabase().
-Successfully called self.webkitIndexedDB.open().
-Successfully called self.webkitIndexedDB.webkitGetDatabaseNames().
+Successfully called self.indexedDB.deleteDatabase().
+Successfully called self.indexedDB.open().
+Successfully called self.indexedDB.webkitGetDatabaseNames().
--------
Frame: '<!--framePath //<!--frame1-->-->'
--------
-Successfully called self.webkitIndexedDB.deleteDatabase().
-Successfully called self.webkitIndexedDB.open().
-Successfully called self.webkitIndexedDB.webkitGetDatabaseNames().
+Successfully called self.indexedDB.deleteDatabase().
+Successfully called self.indexedDB.open().
+Successfully called self.indexedDB.webkitGetDatabaseNames().

Powered by Google App Engine
This is Rietveld 408576698