Chromium Code Reviews| Index: utils/pub/yaml/composer.dart |
| =================================================================== |
| --- utils/pub/yaml/composer.dart (revision 10860) |
| +++ utils/pub/yaml/composer.dart (working copy) |
| @@ -25,7 +25,7 @@ |
| */ |
| int idCounter; |
| - _Composer(this.root) : this.anchors = <_Node>{}, this.idCounter = 0; |
| + _Composer(this.root) : this.anchors = <String, _Node>{}, this.idCounter = 0; |
| /** Runs the Composer to produce a representation graph. */ |
| _Node compose() => root.visit(this); |