Index: LayoutTests/storage/indexeddb/resources/database-odd-names.js |
diff --git a/LayoutTests/storage/indexeddb/resources/database-odd-names.js b/LayoutTests/storage/indexeddb/resources/database-odd-names.js |
index 53fe9390979982113e6e375555cb30a595d49feb..1249ea9504611513c9975cfcc6e38c49ebcd3140 100644 |
--- a/LayoutTests/storage/indexeddb/resources/database-odd-names.js |
+++ b/LayoutTests/storage/indexeddb/resources/database-odd-names.js |
@@ -7,8 +7,6 @@ description("Test IndexedDB odd value datatypes"); |
function test() |
{ |
- removeVendorPrefixes(); |
- |
testData = [{ description: 'empty string', name: '' }, |
{ description: 'null', name: '\u0000' }, |
{ description: 'faihu', name: '\ud800\udf46' }, |