| Index: sdk/lib/_internal/compiler/implementation/compile_time_constants.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/compile_time_constants.dart b/sdk/lib/_internal/compiler/implementation/compile_time_constants.dart
|
| index 24b6d46f0af63cfa2da53da873443a872f1a0617..9b3a346f27e79969d42cec02cec01efbeda19512 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compile_time_constants.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compile_time_constants.dart
|
| @@ -638,7 +638,7 @@ class CompileTimeConstantEvaluator extends Visitor {
|
| }
|
|
|
| Constant makeConstructedConstant(
|
| - Node node, InterfaceType type, FunctionElement constructor,
|
| + Spannable node, InterfaceType type, FunctionElement constructor,
|
| List<Constant> getArguments(FunctionElement constructor)) {
|
| if (constructor.isRedirectingFactory) {
|
| type = constructor.computeTargetType(compiler, type);
|
|
|