| Index: compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java
|
| diff --git a/compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java b/compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java
|
| index 984dfe802bcf20310ddbf77a29fcdbb32a3abf21..5c701279503e99c2e9036c5b305699c1c4a24c57 100644
|
| --- a/compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java
|
| +++ b/compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java
|
| @@ -747,7 +747,7 @@ public class DartToSourceVisitor extends ASTVisitor<Void> {
|
|
|
| @Override
|
| public Void visitIdentifier(DartIdentifier x) {
|
| - p(x.getTargetName());
|
| + p(x.getName());
|
| return null;
|
| }
|
|
|
|
|