| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index ef2a0b3e1b7902b5d2186d1be40ca91c482d0b9b..db4a5c4d2141ea17e539f2b9ade25c85c01c911d 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -123,6 +123,7 @@ import 'typechecker.dart' show
|
| TypeCheckerTask;
|
| import 'types/types.dart' as ti;
|
| import 'universe/universe.dart' show
|
| + CallStructure,
|
| Selector,
|
| Universe;
|
| import 'util/characters.dart' show $_;
|
| @@ -440,7 +441,7 @@ abstract class Compiler implements DiagnosticListener {
|
| QueueFilter enqueuerFilter = new QueueFilter();
|
|
|
| final Selector symbolValidatedConstructorSelector = new Selector.call(
|
| - const PublicName('validated'), 1);
|
| + const PublicName('validated'), CallStructure.ONE_ARG);
|
|
|
| static const String CREATE_INVOCATION_MIRROR =
|
| 'createInvocationMirror';
|
|
|