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