| Index: tests/html/indexeddb_4_test.dart
|
| diff --git a/tests/html/indexeddb_4_test.dart b/tests/html/indexeddb_4_test.dart
|
| index 1a7c4844f52ee52685ad5c8e721558b7e790be94..d8c31ef8ccbe01e8f46935080c724823d6c2ed9e 100644
|
| --- a/tests/html/indexeddb_4_test.dart
|
| +++ b/tests/html/indexeddb_4_test.dart
|
| @@ -22,8 +22,7 @@ class Test {
|
| // Nuke object store if it already exists.
|
| db.deleteObjectStore(STORE_NAME);
|
| }
|
| - on DatabaseException catch(e) { } // Chrome
|
| - on DomException catch(e) { } // Firefox
|
| + on DomException catch(e) { } // Chrome and Firefox
|
| db.createObjectStore(STORE_NAME);
|
| }
|
|
|
|
|