| Index: pkg/compiler/lib/src/resolution/class_hierarchy.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/class_hierarchy.dart b/pkg/compiler/lib/src/resolution/class_hierarchy.dart
|
| index 07a453a9c7e2eb3d00ce437e3193ad31eba222b3..950fb20270c3ee3d6190041ff06065f2f6e1a913 100644
|
| --- a/pkg/compiler/lib/src/resolution/class_hierarchy.dart
|
| +++ b/pkg/compiler/lib/src/resolution/class_hierarchy.dart
|
| @@ -355,7 +355,7 @@ class ClassResolverVisitor extends TypeDefinitionVisitor {
|
|
|
| void doApplyMixinTo(MixinApplicationElementX mixinApplication,
|
| DartType supertype, DartType mixinType) {
|
| - Node node = mixinApplication.parseNode(resolution.parsing);
|
| + Node node = mixinApplication.parseNode(resolution.parsingContext);
|
|
|
| if (mixinApplication.supertype != null) {
|
| // [supertype] is not null if there was a cycle.
|
|
|