Index: content/test/data/indexeddb/bug_106883.js |
diff --git a/content/test/data/indexeddb/bug_106883.js b/content/test/data/indexeddb/bug_106883.js |
index b76cb89ea49d12298292f8891e85cfbbbddd26eb..3743dc3b06f7050d65b6ffe3682e423ed277739b 100644 |
--- a/content/test/data/indexeddb/bug_106883.js |
+++ b/content/test/data/indexeddb/bug_106883.js |
@@ -4,7 +4,7 @@ |
function test() |
{ |
- webkitIndexedDB.deleteDatabase('no-such-database').onsuccess = function() { |
+ indexedDB.deleteDatabase('no-such-database').onsuccess = function() { |
window.close(); |
}; |
} |