Chromium Code Reviews| 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..19dbd086168981c84cd9366b07b5d1f6339febf2 100644 |
| --- a/tests/html/indexeddb_4_test.dart |
| +++ b/tests/html/indexeddb_4_test.dart |
| @@ -22,7 +22,6 @@ class Test { |
| // Nuke object store if it already exists. |
| db.deleteObjectStore(STORE_NAME); |
| } |
| - on DatabaseException catch(e) { } // Chrome |
| on DomException catch(e) { } // Firefox |
|
Emily Fortuna
2012/12/21 19:05:15
change the comment here to Firefox and Chrome then
antonm
2012/12/24 08:16:17
Done.
|
| db.createObjectStore(STORE_NAME); |
| } |