| Index: sdk/lib/_internal/compiler/implementation/universe/function_set.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/universe/function_set.dart (revision 29343)
|
| +++ sdk/lib/_internal/compiler/implementation/universe/function_set.dart (working copy)
|
| @@ -225,8 +225,8 @@
|
| return const TypeMask.empty();
|
| }
|
| return compiler.world.hasSubclasses(cls)
|
| - ? new TypeMask.nonNullSubclass(cls)
|
| - : new TypeMask.nonNullExact(cls);
|
| + ? new TypeMask.nonNullSubclass(cls.declaration)
|
| + : new TypeMask.nonNullExact(cls.declaration);
|
| }),
|
| compiler);
|
| }
|
|
|