Chromium Code Reviews| Index: lib/compiler/implementation/patch_parser.dart |
| diff --git a/lib/compiler/implementation/patch_parser.dart b/lib/compiler/implementation/patch_parser.dart |
| index efae70656beb7e8c864cdf66c568f49c19f0a877..e2a2744e5a724cc2e41d6e923c065fc511b30e54 100644 |
| --- a/lib/compiler/implementation/patch_parser.dart |
| +++ b/lib/compiler/implementation/patch_parser.dart |
| @@ -211,7 +211,7 @@ class PatchElementListener extends ElementListener implements PatchListener { |
| listener.internalErrorOnElement( |
| element, "Patching non-accessor with accessor"); |
| } |
| - AbstractField field = existing; |
| + AbstractFieldElement field = existing; |
|
ahe
2012/08/20 15:23:16
Anders already fixed this, I think.
|
| if (element.isGetter()) { |
| existing = field.getter; |
| } else { |