Index: LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt b/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt |
index 4ae08c4e0b65b75167015df6e0210ff571cbe1aa..160947d443756f41e4d841bde42b6cf523ade19f 100644 |
--- a/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt |
+++ b/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt |
@@ -3,8 +3,6 @@ Test IndexedDB's IDBObjectStore auto-increment feature. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB; |
- |
dbname = "objectstore-autoincrement.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |