Chromium Code Reviews| Index: utils/template/tokenkind.dart |
| diff --git a/utils/template/tokenkind.dart b/utils/template/tokenkind.dart |
| index 3c580a6d4355c68e0c6967583597a5d50e3ba2d2..6f6ea19ab3cea5f8a650a303f2b38e53d719964a 100644 |
| --- a/utils/template/tokenkind.dart |
| +++ b/utils/template/tokenkind.dart |
| @@ -461,5 +461,5 @@ class NoElementMatchException implements Exception { |
| String _tagName; |
| NoElementMatchException(this._tagName); |
| - String get name() => _tagName; |
| + String get name => _tagName; |
| } |