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

Unified Diff: tests/html/postmessage_structured_test.dart

Issue 11312237: Dynamic -> dynamic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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_2_test.dart ('k') | utils/pub/yaml/constructor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/postmessage_structured_test.dart
diff --git a/tests/html/postmessage_structured_test.dart b/tests/html/postmessage_structured_test.dart
index 31f2a335174446dd89327c8b9a35a93c63972177..f3999c3102beee3797b18bfe7c3681b49b7c55ad 100644
--- a/tests/html/postmessage_structured_test.dart
+++ b/tests/html/postmessage_structured_test.dart
@@ -120,7 +120,7 @@ main() {
obj3['a'] = 100;
obj3['b'] = obj3; // Cycle.
- var obj4 = new SplayTreeMap<String, Dynamic>(); // Different implementation.
+ var obj4 = new SplayTreeMap<String, dynamic>(); // Different implementation.
obj4['a'] = 100;
obj4['b'] = 's';
« no previous file with comments | « tests/html/indexeddb_2_test.dart ('k') | utils/pub/yaml/constructor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698