| Index: lib/compiler/implementation/dart_backend/placeholder_collector.dart
|
| diff --git a/lib/compiler/implementation/dart_backend/placeholder_collector.dart b/lib/compiler/implementation/dart_backend/placeholder_collector.dart
|
| index b7dcb1e295fbd3d1f49e22f6f5dc1f5b7d3ee68a..fadb9404dc032a8337f6ceef1397a90b280eaa63 100644
|
| --- a/lib/compiler/implementation/dart_backend/placeholder_collector.dart
|
| +++ b/lib/compiler/implementation/dart_backend/placeholder_collector.dart
|
| @@ -133,9 +133,6 @@ class PlaceholderCollector extends AbstractVisitor {
|
| }
|
|
|
| void collect(Element element, TreeElements elements) {
|
| - // Skip AbstractFieldElement, it has no node.
|
| - // Instead getters and setters should be processed explicitly.
|
| - if (element is AbstractFieldElement) return;
|
| treeElements = elements;
|
| Node elementNode;
|
| if (element is FunctionElement) {
|
|
|