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

Unified Diff: utils/pub/yaml/constructor.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/postmessage_structured_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/yaml/constructor.dart
diff --git a/utils/pub/yaml/constructor.dart b/utils/pub/yaml/constructor.dart
index 8371c94d83e44e176ab3fa344ceed73686ba5739..d52ef6ebf19cee9cb7f8fe68be2ef74dd860afba 100644
--- a/utils/pub/yaml/constructor.dart
+++ b/utils/pub/yaml/constructor.dart
@@ -12,7 +12,7 @@ class _Constructor extends _Visitor {
_Node root;
/** Map from anchor names to the most recent Dart node with that anchor. */
- Map<String, Dynamic> anchors;
+ Map<String, dynamic> anchors;
_Constructor(this.root) : this.anchors = {};
« no previous file with comments | « tests/html/postmessage_structured_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698