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

Unified Diff: LayoutTests/storage/indexeddb/resources/index-cursor.js

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/storage/indexeddb/resources/index-cursor.js
diff --git a/LayoutTests/storage/indexeddb/resources/index-cursor.js b/LayoutTests/storage/indexeddb/resources/index-cursor.js
index 52ae7280edcc97605af8ac949bd2237e07f573d7..e2de08be0f07bec620aba1db731e7185287bb65a 100644
--- a/LayoutTests/storage/indexeddb/resources/index-cursor.js
+++ b/LayoutTests/storage/indexeddb/resources/index-cursor.js
@@ -3,7 +3,7 @@ if (this.importScripts) {
importScripts('shared.js');
}
-description("Test IndexedDB's webkitIDBIndex.openCursor + the cursor it produces in depth.");
+description("Test IndexedDB's IDBIndex.openCursor + the cursor it produces in depth.");
// In order of how it should be sorted by IndexedDB.
self.testData = [

Powered by Google App Engine
This is Rietveld 408576698