Index: LayoutTests/storage/indexeddb/resources/database-name-undefined.js |
diff --git a/LayoutTests/storage/indexeddb/resources/database-name-undefined.js b/LayoutTests/storage/indexeddb/resources/database-name-undefined.js |
index ee1427d9243d4fc445fa09f424d3481f3c86facf..8ee2d74d796c8518df4be788269b59c58c9899da 100644 |
--- a/LayoutTests/storage/indexeddb/resources/database-name-undefined.js |
+++ b/LayoutTests/storage/indexeddb/resources/database-name-undefined.js |
@@ -7,9 +7,8 @@ description("Test IndexedDB undefined as record value"); |
function test() |
{ |
- removeVendorPrefixes(); |
shouldThrow("indexedDB.open();"); |
finishJSTest(); |
} |
-test(); |
+test(); |