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

Unified Diff: lib/src/effects/css3_transition_effect.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/components/tabs.html ('k') | lib/src/effects/modal_manager.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/effects/css3_transition_effect.dart
diff --git a/lib/src/effects/css3_transition_effect.dart b/lib/src/effects/css3_transition_effect.dart
index 6bbfd3dafd3bfa997271d93d3e814129b17b08e6..dd4c8ce670eb98b607c354cadc244c18e1964f62 100644
--- a/lib/src/effects/css3_transition_effect.dart
+++ b/lib/src/effects/css3_transition_effect.dart
@@ -78,7 +78,7 @@ class Css3TransitionEffect extends ShowHideEffect {
element.style.setProperty(_property, value);
}
- static Map<String, String> _recordProperties(Element element, Collection<String> properties) {
+ static Map<String, String> _recordProperties(Element element, Iterable<String> properties) {
final map = new Map<String, String>();
for(final p in properties) {
« no previous file with comments | « lib/components/tabs.html ('k') | lib/src/effects/modal_manager.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698