| 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 2f47505d961578eb3e300c149a001b8613ed8ab8..e0831d836360630993bc92d01f353bcc6e99b029 100644
|
| --- a/compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java
|
| +++ b/compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java
|
| @@ -309,7 +309,7 @@ public class DartToSourceVisitor extends ASTVisitor<Void> {
|
| accept(name);
|
| }
|
| p("(");
|
| - pFormalParameters(x.getParams());
|
| + pFormalParameters(x.getParameters());
|
| p(")");
|
| }
|
|
|
|
|