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

Unified Diff: lib/src/effects/modal_manager.dart

Issue 14295009: Fix widget.dart to work with the latest web_ui library. Specifically, query selectors need to use "… (Closed) Base URL: https://github.com/kevmoo/widget.dart.git@master
Patch Set: ptal Created 7 years, 8 months 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 | « lib/src/effects/css3_transition_effect.dart ('k') | lib/src/effects/show_hide.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/effects/modal_manager.dart
diff --git a/lib/src/effects/modal_manager.dart b/lib/src/effects/modal_manager.dart
index 92839985c6228ab6428838cf534b0d98d854a1a7..f9e64571e247293cc61ece87245ec5aeeaae0fd8 100644
--- a/lib/src/effects/modal_manager.dart
+++ b/lib/src/effects/modal_manager.dart
@@ -40,7 +40,7 @@ class ModalManager {
}
return Future.wait(futures)
- .catchError((AsyncError err) {
+ .catchError((err) {
print(err);
}, test: (v) => false)
..whenComplete(() => _clearOutBackdrop(element.document));
« no previous file with comments | « lib/src/effects/css3_transition_effect.dart ('k') | lib/src/effects/show_hide.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698