| Index: compiler/java/com/google/dart/compiler/ast/DartMethodDefinition.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/ast/DartMethodDefinition.java (revision 11447)
|
| +++ compiler/java/com/google/dart/compiler/ast/DartMethodDefinition.java (working copy)
|
| @@ -120,6 +120,7 @@
|
| DartIdentifier redirectedConstructorName) {
|
| super(name, function, modifiers);
|
| this.redirectedTypeName = becomeParentOf(redirectedTypeName);
|
| + this.redirectedConstructorName = becomeParentOf(redirectedConstructorName);
|
| }
|
|
|
| @Override
|
|
|