| Index: pkg/compiler/lib/src/resolution/semantic_visitor.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/semantic_visitor.dart b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
|
| index 13b3175f80b668d557c323c257ab31dc912da98c..9c2c39beee616e5ac817043438a342563d554894 100644
|
| --- a/pkg/compiler/lib/src/resolution/semantic_visitor.dart
|
| +++ b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
|
| @@ -3606,7 +3606,7 @@ abstract class SemanticSendVisitor<R, A> {
|
| Send node,
|
| ConstantExpression constant,
|
| NodeList arguments,
|
| - CallStructure callStreucture,
|
| + CallStructure callStructure,
|
| A arg);
|
|
|
| /// Read of the unresolved [element].
|
|
|