Index: LayoutTests/storage/indexeddb/resources/deletedatabase-not-blocked.js |
diff --git a/LayoutTests/storage/indexeddb/resources/deletedatabase-not-blocked.js b/LayoutTests/storage/indexeddb/resources/deletedatabase-not-blocked.js |
index c4d244738daa6a4c5c3b8f580eb1a1f515de1d6b..a0435053313c55df820621e1d81843fcc354059b 100644 |
--- a/LayoutTests/storage/indexeddb/resources/deletedatabase-not-blocked.js |
+++ b/LayoutTests/storage/indexeddb/resources/deletedatabase-not-blocked.js |
@@ -6,7 +6,6 @@ if (this.importScripts) { |
description("Test that deleteDatabase is not blocked when connections close in on versionchange callback"); |
function test() { |
- removeVendorPrefixes(); |
setDBNameFromPath(); |
request = evalAndLog("indexedDB.open(dbname)"); |