| Index: lib/compiler/implementation/ssa/codegen.dart
|
| diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart
|
| index 4ef4e02014b33084545e371663981db6515c2cf1..fbd6bf54389f74c416b093dc3f75a542ca2464a7 100644
|
| --- a/lib/compiler/implementation/ssa/codegen.dart
|
| +++ b/lib/compiler/implementation/ssa/codegen.dart
|
| @@ -1309,7 +1309,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| Element superClass = superMethod.enclosingElement;
|
| // Remove the element and 'this'.
|
| int argumentCount = node.inputs.length - 2;
|
| - String className = compiler.namer.isolatePropertyAccess(superClass);
|
| + String className = compiler.namer.isolateAccess(superClass);
|
| if (superMethod.kind == ElementKind.FUNCTION ||
|
| superMethod.kind == ElementKind.GENERATIVE_CONSTRUCTOR) {
|
| String methodName = compiler.namer.instanceMethodName(
|
|
|