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() |