| Index: compiler/java/com/google/dart/compiler/resolver/Elements.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/resolver/Elements.java (revision 10855)
|
| +++ compiler/java/com/google/dart/compiler/resolver/Elements.java (working copy)
|
| @@ -20,7 +20,7 @@
|
| import com.google.dart.compiler.ast.DartFunctionTypeAlias;
|
| import com.google.dart.compiler.ast.DartIdentifier;
|
| import com.google.dart.compiler.ast.DartLabel;
|
| -import com.google.dart.compiler.ast.DartMetadata;
|
| +import com.google.dart.compiler.ast.DartObsoleteMetadata;
|
| import com.google.dart.compiler.ast.DartMethodDefinition;
|
| import com.google.dart.compiler.ast.DartNativeBlock;
|
| import com.google.dart.compiler.ast.DartNode;
|
| @@ -221,7 +221,7 @@
|
|
|
| static FieldElementImplementation fieldFromNode(DartField node,
|
| EnclosingElement holder,
|
| - DartMetadata metadata,
|
| + DartObsoleteMetadata metadata,
|
| Modifiers modifiers) {
|
| return FieldElementImplementation.fromNode(node, holder, metadata, modifiers);
|
| }
|
|
|