| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| index 0e592f366c91fde5b1f874009d654a3a8d8b0e32..b1eb8f2f7f59b3ef335005e7c9cdff6a1fff4127 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| @@ -2260,7 +2260,7 @@ abstract class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| world.registerIsCheck(type, work.resolutionTree);
|
|
|
| js.PropertyAccess field =
|
| - new js.PropertyAccess.field(pop(), backend.namer.operatorIs(element));
|
| + new js.PropertyAccess.field(pop(), backend.namer.operatorIsType(type));
|
| // We always negate at least once so that the result is boolified.
|
| push(new js.Prefix('!', field));
|
| // If the result is not negated, put another '!' in front.
|
|
|