| Index: pkg/compiler/lib/src/closure.dart
|
| diff --git a/pkg/compiler/lib/src/closure.dart b/pkg/compiler/lib/src/closure.dart
|
| index a65a2b043da3d7e9fa2279471a6830795185bc30..b0fff439d99d9bca7fc47c1b0b819127d9403439 100644
|
| --- a/pkg/compiler/lib/src/closure.dart
|
| +++ b/pkg/compiler/lib/src/closure.dart
|
| @@ -318,7 +318,7 @@ class SynthesizedCallMethodElementX extends BaseFunctionElementX
|
| : expression = other,
|
| super(name, other.kind, other.modifiers, enclosing) {
|
| asyncMarker = other.asyncMarker;
|
| - functionSignatureCache = other.functionSignature;
|
| + functionSignature = other.functionSignature;
|
| }
|
|
|
| /// Use [closureClass] instead.
|
|
|