Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (revision 22167) |
| +++ sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (working copy) |
| @@ -1699,7 +1699,7 @@ |
| // lines of the NativeEnqueuerBase.processNativeBehavior method. |
| if (type.isUnknown()) return; |
| TypeMask mask = type.computeMask(compiler); |
| - world.registerInstantiatedClass(mask.base.element, work.resolutionTree); |
| + world.registerInstantiatedClass(mask.topClass(), work.resolutionTree); |
|
kasperl
2013/04/30 14:03:24
Would exactClass work here?
ngeoffray
2013/05/01 12:56:16
No, so I use containedClasses instead.
|
| } |
| visitForeign(HForeign node) { |