Index: LayoutTests/storage/indexeddb/cursor-delete-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/cursor-delete-expected.txt b/LayoutTests/storage/indexeddb/cursor-delete-expected.txt |
index 895530254cc90df45bd5c00500936dd8b03101b0..47c1c4804a28ec59ae4d86297bbd9f0ba315f9c5 100644 |
--- a/LayoutTests/storage/indexeddb/cursor-delete-expected.txt |
+++ b/LayoutTests/storage/indexeddb/cursor-delete-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 = "cursor-delete.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |