| Index: LayoutTests/storage/indexeddb/resources/persistence.js
|
| diff --git a/LayoutTests/storage/indexeddb/resources/persistence.js b/LayoutTests/storage/indexeddb/resources/persistence.js
|
| index c3f278097355156c743b4fd804d5b0d25cd1f79a..5ccf3a846909c3ff6bd425f1b17b0ff09f4bbbbe 100644
|
| --- a/LayoutTests/storage/indexeddb/resources/persistence.js
|
| +++ b/LayoutTests/storage/indexeddb/resources/persistence.js
|
| @@ -13,6 +13,7 @@ function prepareDatabase()
|
| var trans = request.transaction;
|
| trans.abort();
|
| request.onerror = function() {
|
| + expectError();
|
| db.close();
|
| first();
|
| };
|
|
|