| Index: tests/html/indexeddb_3_test.dart
|
| diff --git a/tests/html/indexeddb_3_test.dart b/tests/html/indexeddb_3_test.dart
|
| index 991fce5886cb832c017897d4fc617e79e239ee5c..d817985d36c22a3b0f56fad903f4e8bc236402ff 100644
|
| --- a/tests/html/indexeddb_3_test.dart
|
| +++ b/tests/html/indexeddb_3_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);
|
| }
|
|
|
|
|