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

Unified Diff: LayoutTests/storage/indexeddb/resources/objectstore-removeobjectstore.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/objectstore-removeobjectstore.js
diff --git a/LayoutTests/storage/indexeddb/resources/objectstore-removeobjectstore.js b/LayoutTests/storage/indexeddb/resources/objectstore-removeobjectstore.js
index dc15677ed765926b52f385523ac4b414168b7a30..4c49859b4257d70c87b0e02258934603c9bb4fa5 100644
--- a/LayoutTests/storage/indexeddb/resources/objectstore-removeobjectstore.js
+++ b/LayoutTests/storage/indexeddb/resources/objectstore-removeobjectstore.js
@@ -3,7 +3,7 @@ if (this.importScripts) {
importScripts('shared.js');
}
-description("Test IndexedDB's webkitIDBObjectStore.deleteObjectStore().");
+description("Test IndexedDB's IDBObjectStore.deleteObjectStore().");
indexedDBTest(prepareDatabase, getValue);
function prepareDatabase()

Powered by Google App Engine
This is Rietveld 408576698