| Index: sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| index cf07abefa66176fbd7468d5370b54c8804f84c66..79943a94d9791082d6c9509241fc0994ef38758a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
|
| @@ -1778,7 +1778,7 @@ abstract class ClassElementX extends BaseClassElementX {
|
| }
|
|
|
| class MixinApplicationElementX extends BaseClassElementX {
|
| - final MixinApplication cachedNode;
|
| + final Node cachedNode;
|
|
|
| FunctionElement constructor;
|
| ClassElement mixin;
|
|
|