| Index: sdk/lib/_internal/compiler/implementation/scanner/listener.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/scanner/listener.dart b/sdk/lib/_internal/compiler/implementation/scanner/listener.dart
|
| index 71992fab8d00a404d04bfc881f2b3da54ac7e80f..1be0e2a56a023d5b46beed6b5827d33367b2deb2 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/scanner/listener.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/scanner/listener.dart
|
| @@ -858,7 +858,7 @@ class ElementListener extends Listener {
|
|
|
| void endTopLevelFields(int count, Token beginToken, Token endToken) {
|
| void buildFieldElement(String name, Element fields) {
|
| - pushElement(new VariableElementX(name, fields, ElementKind.FIELD, null));
|
| + pushElement(new FieldElementX(name, fields, null));
|
| }
|
| NodeList variables = makeNodeList(count, null, null, ",");
|
| TypeAnnotation type = popNode();
|
|
|