Chromium Code Reviews| 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..d2a41f96265cc8e83be4a7f18d9bcfc02d93aaf3 100644 |
| --- a/tests/html/indexeddb_3_test.dart |
| +++ b/tests/html/indexeddb_3_test.dart |
| @@ -22,7 +22,6 @@ class Test { |
| // Nuke object store if it already exists. |
| db.deleteObjectStore(STORE_NAME); |
| } |
| - on DatabaseException catch(e) { } // Chrome |
|
antonm
2012/12/21 15:38:12
DatabaseException was killed, one should use DomEx
|
| on DomException catch(e) { } // Firefox |
| db.createObjectStore(STORE_NAME); |
| } |