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

Unified Diff: tests/html/indexeddb_3_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_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);
}

Powered by Google App Engine
This is Rietveld 408576698