Index: LayoutTests/storage/indexeddb/open-cursor-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/open-cursor-expected.txt b/LayoutTests/storage/indexeddb/open-cursor-expected.txt |
index 91c6a40faa9da7fcb9a66f0e029b261db9f57b59..7bd681f1242e002f686a31bd2ffa1c24d1ca62b5 100644 |
--- a/LayoutTests/storage/indexeddb/open-cursor-expected.txt |
+++ b/LayoutTests/storage/indexeddb/open-cursor-expected.txt |
@@ -3,8 +3,6 @@ Test IndexedDB's openCursor. |
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 = "open-cursor.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |