| 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 a9f5b5b9f44c7e8048154fd89904c5fbb5336fee..60778ad42df811f5d34466bf4365fd51d2fdbd5e 100644
|
| --- a/compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java
|
| +++ b/compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java
|
| @@ -173,7 +173,7 @@ public class DartToSourceVisitor extends DartVisitor {
|
| }
|
|
|
| if (x.getDefaultClass() != null) {
|
| - p(" factory ");
|
| + p(" default ");
|
| accept(x.getDefaultClass());
|
| }
|
|
|
|
|