| Index: pkg/compiler/lib/src/universe/call_structure.dart
|
| diff --git a/pkg/compiler/lib/src/universe/call_structure.dart b/pkg/compiler/lib/src/universe/call_structure.dart
|
| index a96622e74f8c5f50be490255828d22a234adfd48..b60d435a9231a4166625831c8e6be8fc5bc0d6dd 100644
|
| --- a/pkg/compiler/lib/src/universe/call_structure.dart
|
| +++ b/pkg/compiler/lib/src/universe/call_structure.dart
|
| @@ -19,6 +19,7 @@ class CallStructure {
|
| static const CallStructure NO_ARGS = const CallStructure.unnamed(0);
|
| static const CallStructure ONE_ARG = const CallStructure.unnamed(1);
|
| static const CallStructure TWO_ARGS = const CallStructure.unnamed(2);
|
| + static const CallStructure THREE_ARGS = const CallStructure.unnamed(3);
|
|
|
| /// The numbers of arguments of the call. Includes named arguments.
|
| final int argumentCount;
|
|
|