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

Unified Diff: sky/framework/fn.dart

Issue 1137373004: [Effen] Make the stock app use the radio button widget so that it's being tested. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « sky/framework/components/menu_item.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/fn.dart
diff --git a/sky/framework/fn.dart b/sky/framework/fn.dart
index 906b7078ae63ad1ed24338ed68a8d2f8c7b9b151..3bc9dbbfcc55561ad643c1b9d3db9744cfbbd9ca 100644
--- a/sky/framework/fn.dart
+++ b/sky/framework/fn.dart
@@ -358,7 +358,8 @@ abstract class SkyElementWrapper extends SkyNodeWrapper {
if (!idSet.add(child._key)) {
throw '''If multiple (non-Text) nodes of the same type exist as children
- of another node, they must have unique keys.''';
+ of another node, they must have unique keys.
+ Duplicate: "${child._key}"''';
}
}
return false;
« no previous file with comments | « sky/framework/components/menu_item.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698