| Index: sdk/lib/_internal/compiler/implementation/js_emitter/type_test_emitter.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_emitter/type_test_emitter.dart b/sdk/lib/_internal/compiler/implementation/js_emitter/type_test_emitter.dart
|
| index 955acd0eb592dca854a758a89f80aada66e079a7..0d521bb0abbcb526c371a0b2283cdb008b700e67 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_emitter/type_test_emitter.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_emitter/type_test_emitter.dart
|
| @@ -120,9 +120,6 @@ class TypeTestEmitter extends CodeEmitterHelper {
|
|
|
| bool haveSameTypeVariables(ClassElement a, ClassElement b) {
|
| if (a.isClosure()) return true;
|
| - if (b.isUnnamedMixinApplication) {
|
| - return false;
|
| - }
|
| return a.typeVariables == b.typeVariables;
|
| }
|
|
|
|
|