| Index: pkg/compiler/lib/src/types/types.dart
|
| diff --git a/pkg/compiler/lib/src/types/types.dart b/pkg/compiler/lib/src/types/types.dart
|
| index 5892a00fa1dac5fa915629cf5b8325ff80f44bcc..a11c61de64691f5f1725ee9daf47469fd22203bc 100644
|
| --- a/pkg/compiler/lib/src/types/types.dart
|
| +++ b/pkg/compiler/lib/src/types/types.dart
|
| @@ -212,7 +212,7 @@ class GlobalTypeInferenceResults {
|
| element,
|
| _inferrer.inferrer.inTreeData[key],
|
| _inferrer,
|
| - _compiler.backend.isJsInterop(element),
|
| + _compiler.backend.nativeData.isJsInterop(element),
|
| dynamicType));
|
| }
|
|
|
|
|