| Index: content/test/data/indexeddb/bug_109187.js
|
| diff --git a/content/test/data/indexeddb/bug_109187.js b/content/test/data/indexeddb/bug_109187.js
|
| index 76e4152039ca43af397484f7012332eb3a8735c9..7d14cdb08eaf7e573152a4c6185002b1c286961c 100644
|
| --- a/content/test/data/indexeddb/bug_109187.js
|
| +++ b/content/test/data/indexeddb/bug_109187.js
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -window.indexedDB = window.indexedDB || window.webkitIndexedDB;
|
| -
|
| function test() {
|
|
|
| var DBNAME = 'multiEntry-crash-test';
|
|
|