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

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

Powered by Google App Engine
This is Rietveld 408576698