Chromium Code Reviews| Index: pkg/dartdoc/markdown.dart |
| =================================================================== |
| --- pkg/dartdoc/markdown.dart (revision 10860) |
| +++ pkg/dartdoc/markdown.dart (working copy) |
| @@ -38,7 +38,7 @@ |
| final Map<String, Link> refLinks; |
| Document() |
| - : refLinks = <Link>{}; |
| + : refLinks = <String, Link>{}; |
| parseRefLinks(List<String> lines) { |
| // This is a hideous regex. It matches: |