| Index: pkg/compiler/lib/src/ssa/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/codegen.dart b/pkg/compiler/lib/src/ssa/codegen.dart
|
| index 4032c0a5f8ffa390763884d4131865fd197f0b1c..e052c2017da689dbf0de732b4f00e590bae2c3d1 100644
|
| --- a/pkg/compiler/lib/src/ssa/codegen.dart
|
| +++ b/pkg/compiler/lib/src/ssa/codegen.dart
|
| @@ -1598,7 +1598,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| // A direct (i.e. non-interceptor) native call is the result of
|
| // optimization. The optimization ensures any type checks or
|
| // conversions have been satisified.
|
| - methodName = backend.getFixedBackendName(target);
|
| + methodName = backend.nativeData.getFixedBackendName(target);
|
| }
|
| }
|
|
|
|
|