| Index: content/test/data/indexeddb/bug_84933.js
|
| diff --git a/content/test/data/indexeddb/bug_84933.js b/content/test/data/indexeddb/bug_84933.js
|
| index 4fb358838dfe4d291c47c6d1b50069b4f90d56cd..ba0847a9bbe96ba0e5bb4f84f999e45c26edab6c 100644
|
| --- a/content/test/data/indexeddb/bug_84933.js
|
| +++ b/content/test/data/indexeddb/bug_84933.js
|
| @@ -6,8 +6,8 @@ function test()
|
| {
|
| var n = 25;
|
| for (var i = 0; i < n; i++) {
|
| - webkitIndexedDB.open("bug_84933_" + i.toString()).onsuccess = function() {
|
| + indexedDB.open("bug_84933_" + i.toString()).onsuccess = function() {
|
| window.close();
|
| - }
|
| + };
|
| }
|
| }
|
|
|