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