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

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
« no previous file with comments | « tests/html/indexeddb_3_test.dart ('k') | tests/html/shadow_dom_layout_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d8c31ef8ccbe01e8f46935080c724823d6c2ed9e 100644
--- a/tests/html/indexeddb_4_test.dart
+++ b/tests/html/indexeddb_4_test.dart
@@ -22,8 +22,7 @@ class Test {
// Nuke object store if it already exists.
db.deleteObjectStore(STORE_NAME);
}
- on DatabaseException catch(e) { } // Chrome
- on DomException catch(e) { } // Firefox
+ on DomException catch(e) { } // Chrome and Firefox
db.createObjectStore(STORE_NAME);
}
« no previous file with comments | « tests/html/indexeddb_3_test.dart ('k') | tests/html/shadow_dom_layout_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698