summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/script-tests/objectstore-basics.js
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/indexeddb/script-tests/objectstore-basics.js')
-rw-r--r--LayoutTests/storage/indexeddb/script-tests/objectstore-basics.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/LayoutTests/storage/indexeddb/script-tests/objectstore-basics.js b/LayoutTests/storage/indexeddb/script-tests/objectstore-basics.js
index 9869579..63675ad 100644
--- a/LayoutTests/storage/indexeddb/script-tests/objectstore-basics.js
+++ b/LayoutTests/storage/indexeddb/script-tests/objectstore-basics.js
@@ -16,8 +16,7 @@ function openSuccess()
verifySuccessEvent(event);
db = evalAndLog("db = event.result");
- // FIXME: remove any previously created object stores.
- // This requires IDBDatabaseRequest::removeObjectStore to be implemented.
+ deleteAllObjectStores(db);
result = evalAndLog("db.createObjectStore('storeName', null)");
verifyResult(result);