| Index: tests/html/indexeddb_4_test.dart
|
| diff --git a/tests/html/indexeddb_4_test.dart b/tests/html/indexeddb_4_test.dart
|
| index 8f6cbcbfa8276a02f09c783b8b2364f7bef2f73c..1a7c4844f52ee52685ad5c8e721558b7e790be94 100644
|
| --- a/tests/html/indexeddb_4_test.dart
|
| +++ b/tests/html/indexeddb_4_test.dart
|
| @@ -23,7 +23,7 @@ class Test {
|
| db.deleteObjectStore(STORE_NAME);
|
| }
|
| on DatabaseException catch(e) { } // Chrome
|
| - on DOMException catch(e) { } // Firefox
|
| + on DomException catch(e) { } // Firefox
|
| db.createObjectStore(STORE_NAME);
|
| }
|
|
|
|
|