Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: tests/html/indexeddb_4_test.dart

Issue 11664009: Adjustments to next Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698