Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/ssa/builder.dart (revision 29362) |
| +++ sdk/lib/_internal/compiler/implementation/ssa/builder.dart (working copy) |
| @@ -3368,7 +3368,7 @@ |
| // class is _not_ the default implementation from [Object], in |
| // case the [noSuchMethod] implementation calls |
| // [JSInvocationMirror._invokeOn]. |
| - compiler.enqueuer.codegen.registerSelectorUse(selector); |
| + compiler.enqueuer.codegen.registerSelectorUse(selector.asUntyped); |
|
kasperl
2013/10/29 08:35:27
Do we have to do this at all if invokeOn isn't reg
ngeoffray
2013/10/29 09:19:28
No, nice catch. Done.
|
| } |
| String publicName = name; |
| if (selector.isSetter()) publicName += '='; |