| Index: pkg/compiler/lib/src/compile_time_constants.dart
|
| diff --git a/pkg/compiler/lib/src/compile_time_constants.dart b/pkg/compiler/lib/src/compile_time_constants.dart
|
| index 13d5d63a79b89bf19cacf169c01ea3fd5f2d7ffb..5fb178d9b7de98e8a7fc15e865bebedec65e3b59 100644
|
| --- a/pkg/compiler/lib/src/compile_time_constants.dart
|
| +++ b/pkg/compiler/lib/src/compile_time_constants.dart
|
| @@ -676,10 +676,10 @@ class CompileTimeConstantEvaluator extends Visitor<AstConstant> {
|
| target.functionSignature.parameterCount,
|
| new ErroneousAstConstant(context, node));
|
| }
|
| - return selector.makeArgumentsList(arguments,
|
| - target,
|
| - compileArgument,
|
| - compileDefaultValue);
|
| + return selector.makeArgumentsList2(arguments,
|
| + target,
|
| + compileArgument,
|
| + compileDefaultValue);
|
| }
|
|
|
| AstConstant visitNewExpression(NewExpression node) {
|
|
|