| Index: compiler/java/com/google/dart/compiler/ast/DartDefault.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/ast/DartDefault.java (revision 9937)
|
| +++ compiler/java/com/google/dart/compiler/ast/DartDefault.java (working copy)
|
| @@ -11,8 +11,8 @@
|
| */
|
| public class DartDefault extends DartSwitchMember {
|
|
|
| - public DartDefault(DartLabel label, List<DartStatement> statements) {
|
| - super(label, statements);
|
| + public DartDefault(List<DartLabel> labels, List<DartStatement> statements) {
|
| + super(labels, statements);
|
| }
|
|
|
| @Override
|
|
|